{% extends "czat/baza.html" %} {% block tresc %} {% if not user.is_authenticated %} {% else %}

Jesteś zalogowany jako {{ user.username }}

{% endif %} {% endblock %}