{% extends 'layout/page.html' %} {% block head_title %} {% trans %}Authorize{% endtrans %} - {{ config.TRACKER_NAME }} {% endblock %} {% block page_header %} {% trans %}Authorize Change{% endtrans %} {% endblock %} {% block content %} {% include 'layout/permission.html' %} {% if '@reauth_message' in request.client.form %}
{{ request.client.form['@reauth_message'].value }}
{% endif %}{% trans %}The action you requested needs to be authorized.{% endtrans %}
{% trans %}Please enter your password to continue with your change. {% endtrans %}
{% endblock %}