{% extends "management/base.html" %} {% load form_tags i18n %} {% block breadcrumbs_wrapper %} {% endblock breadcrumbs_wrapper %} {% block container %}

{% trans 'Authentication' %}

{% if use_adfs and not user.is_authenticated %} {% trans 'Login' %} {% else %}
{% csrf_token %} {% if not use_adfs %} {% prepare_field form.email "fi-email" True %} {% prepare_field form.password "fi-lock" True %} {% endif %}
{{ form.profile }}
{% endif %}
{% endblock container %}