{% load static i18n pretty_money static getenv perms %} {% comment %} SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% block title %}{{ title }}{% endblock title %} - {{ request.site.name }} {# Favicon #} {% if no_cache %} {% endif %} {# Bootstrap CSS #} {# JQuery, Bootstrap and Turbolinks JavaScript #} {# Si un formulaire requiert des données supplémentaires (notamment JS), les données sont chargées #} {% if form.media %} {{ form.media }} {% endif %} {% block extracss %}{% endblock %}
{% if user.is_authenticated and not 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 contenttitle %}

{{ title }}

{% endblock %}
{% block content %}

Default content...

{% endblock content %}
{% block extrajavascript %} {% endblock extrajavascript %}