{% load static i18n pretty_money static getenv perms %} {% comment %} SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {% block title %}{{ title }}{% endblock title %} - {{ request.site.name }} {# Favicon #} {# Bootstrap, Font Awesome and custom CSS #} {# JQuery, Bootstrap and Turbolinks JavaScript #} {# If extra ressources are needed for a form, load here #} {% if form.media %} {{ form.media }} {% endif %} {% block extracss %}{% endblock %}
{% if request.user.is_authenticated and not request.user.profile.email_confirmed %}
{% trans "Your e-mail address is not validated. Please check your mail inbox and click on the validation link." %}
{% endif %}
{% block content %}

Default content...

{% endblock %}