{% load i18n %} {% load static %} {% load plinth_extras %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% block title %} {% if title %} {{ title }} {% else %} {{ box_name }} {% endif %} {% endblock %} {% if user_css %} {% endif %} {% block app_js %}{% endblock %} {% block page_js %}{% endblock %} {% if refresh_page_sec is not None %} {% endif %} {% block app_head %}{% endblock %} {% block page_head %}{% endblock %}
{% include "notifications.html" %}
{% block container %}
{% block content_row %} {% include 'messages.html' %} {% block breadcrumbs %} {% include 'breadcrumbs.html' %} {% endblock %} {% block content %} {# main content goes here #} {% endblock %} {% endblock %}
{% endblock %}