{% extends 'cubane/backend/base_login.html' %} {% load form_tags %} {% block content %}
{% with formstyle='login-form focus-empty' no_form_cancel='True' submit='Login' icon='none' %} {% include 'cubane/backend/form/form_start.html' %} {% if not permissions or permissions.edit or permissions.create %}
{% if not no_form_cancel %} {% endif %} {% if not oneline and labels != 'False' %} {% if form.has_required_fields and form.visible_fields %} {% if form.all_fields_are_requried %} {% include 'cubane/backend/form/form_all_field_notice.html' %} {% else %} {% include 'cubane/backend/form/form_required_field_notice.html' %} {% endif %} {% endif %} {% endif %}
{% endif %} {% endwith %}
{% endblock %}