{% load i18n static %}{% get_current_language as LANGUAGE_CODE %} {% block head %} {% block head_title %}Accounts{% endblock %} {% if DISABLE_JS %} {% include "frontend/partials/nojs_style.html" %} {% endif %} {% include "cookie_consent.html" %} {% endblock head %} {% block body %} {% if DISABLE_JS %} {% if messages %}
Messages:
{% endif %} {% endif %} {% block main %} {% block content %} {% endblock content %} {% endblock main%} {% endblock %} {% include "polyfills/custom_event_polyfill.html" %} {% include "polyfills/console_polyfill.html" %} {% block script %}{% endblock %}