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