{% extends "registration/base.html" %} {% load i18n jazzy_tabler %} {% get_jazzy_settings request as jazzy_settings %} {% get_jazzy_ui_tweaks as jazzy_ui %} {% block content %}

{{ jazzy_settings.welcome_sign }}

{% csrf_token %} {% if user.is_authenticated %} {% endif %} {% if form.errors %} {% if form.username.errors %} {% endif %} {% if form.password.errors %} {% endif %} {% if form.non_field_errors %} {% endif %} {% endif %}
{% endblock %}