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

{{ module.label }}

{{ page.title }}

{% if page.subtitle %}

{{ page.subtitle }}

{% endif %}
{% if page.errors %} {% endif %} {% for field in page.fields %} {% if field.input_type == "hidden" %} {% else %} {% endif %} {% endfor %}
{% if page.cancel_url %}{{ page.cancel_label }}{% endif %}
{% endblock %}