{% load crispy_forms_tags %}
{% if not user.is_authenticated %}
{{ loginForm|crispy }}
{% else %}
{% endif %}