{% load i18n %} {% block login-block-title %} {% endblock %} {% block content %}
{% block before-login %} {% if authenticator.button_description %}

{{ authenticator.button_description }}

{% endif %} {% endblock %} {% block login %}
{% if authenticator.button_image %} {% else %} {% endif %} {% if cancel %} {% endif %}
{% endblock %} {% block after-login %} {% endblock %}
{% endblock %}