{% if not user.is_authenticated %}
{% csrf_token %}

{% if state %}{{ state }}{% endif %}
{% else %}
Welcome, {{ user.first_name }} {{ user.last_name }}
{% endif %}
{% block content %}{% endblock %} {% block scripts %}{% endblock %}