{% extends "base.html" %} {% load staticfiles %} {% load i18n %} {% block login_body %}

Sign in to start your session

{% csrf_token %}
{% block button %}
{% if metadata.HTTP_X_CORDOVA_APP %}
{% else %}
{% endif %}
{% endblock %} {% if form.errors %} {% if form.non_field_errors %} {% endif %} {% endif %}
{% block alter_auth %} {% endblock %}
{% endblock %} {% block common_sciprt %} {% endblock %}