{% load static i18n pretty_money getenv %} {% comment %} Copyright (C) 2018-2024 by BDE ENS Paris-Saclay 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 #} {# Translation in javascript files #} {# If extra ressources are needed for a form, load here #} {% if form.media %} {{ form.media }} {% endif %} {% block extracss %}{% endblock %} {% block content %}

Default content...

{% endblock %}

{% trans "The NoteKfet this year it's also" %}

{% block extrajavascript %}{% endblock %}