{% load i18n static django_bootstrap5 %} {% get_current_language as LANGUAGE_CODE %} {% block title %}{{ TITLE }}{% endblock %}
{% for message in messages %} {% endfor %} {% block content %}{% endblock %}
{% block extra_scripts %}{% endblock %}