{% extends 'base.html' %} {% block scripts %} {% endblock %} {% block header %}

{% block title %} {# MSG: Title for the log in page for admins. #} {% trans %}Login{% endtrans %} {% endblock %}

{% endblock %} {% block content %} {# MSG: Title fo the form to enter the administrator password. #}

{% trans %}Enter the administrator password{% endtrans %}

{# MSG: Text on submit button for the admin login form. #}
{% endblock %}