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