{% load static i18n %} {% get_current_language as LANGUAGE_CODE %} {% block title %}{% trans 'KAAUH Portal' %}{% endblock %} {% block customCSS %}{% endblock %}
{% if messages %} {% endif %} {% block content %}{% endblock %}
{% include 'includes/delete_modal.html' %} {% block customJS %}{% endblock %}