{% load static i18n %} {{ INTERFACE.login_title }} {% include '_head_css_js.html' %} {% block custom_head_css_js %} {% endblock %}
{% include '_header_bar.html' %} {% include '_message.html' %} {% block content %}{% endblock %} {% include '_footer.html' %}
{% include '_foot_js.html' %} {% block custom_foot_js %} {% endblock %}