{% load i18n %} {% load custom_tags %} {% tag_webadmin_version as webadmin_version %} {% get_current_language as CURRENT_LANGUAGE %} {% include 'template_parts/base_head.html' %} {% block page_custom_head %}{% endblock %}
{% include 'template_parts/base_navbar.html' %}
{% include 'template_parts/base_content_header.html' %} {% include 'template_parts/base_generic_modal.html' %}
{% include 'template_parts/base_pending_changes_warning.html' %} {% block content %}{% endblock %}
{% include 'template_parts/base_footer.html' %}
{% include 'template_parts/base_scripts.html' %} {% include 'template_parts/base_messages.html' %} {% block custom_page_scripts %}{% endblock %}