{% block title %}{{ title }}{% endblock %}
{% if messages %}
{% for message in messages %}
{% endif %}
{% block help_text %}
{% if help_text %}
{% endfor %}
{{ help_text }}
{% endif %}
{% endblock %}
{% block actions %}
{% if actions %}
{% for target_url, icon, label in actions %}
{% if icon %}
{% else %}
- {{ label }}
{% endif %}
{% endfor %}
{% endif %}
{% endblock %}
{% block content %}
{% endblock %}
{% for message in messages %}
{% endif %}
{% block help_text %}
{% if help_text %}
{% endfor %}
{{ help_text }}
{% endif %} {% endblock %} {% block actions %} {% if actions %}-
{% for target_url, icon, label in actions %}
{% if icon %}
- {% else %}
- {{ label }} {% endif %} {% endfor %}