{% extends "base.html" %} {% block content %} {% load crispy_forms_tags %}
{% if user.is_authenticated %} Zalogowany: {{ user.username }}  

Wyloguj


{% endif %}
{% csrf_token %} {{ form | crispy}}
{% endblock %}