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