{% extends "cabinet/base.html" %} {% block content %}

{{ module.label }}

{{ page.title }}

{% if page.subtitle %}

{{ page.subtitle }}

{% endif %}
{% if page.description %}

{{ page.description }}

{% endif %} {% for notice in page.notices %}
{{ notice }}
{% endfor %}
{% for action in page.actions %}

{{ action.label }}

{% if action.description %}

{{ action.description }}

{% endif %}
{% endfor %}
{% endblock %}