{% if messages %}
{% for message in messages %}
{{ message|safe }}
{% endfor %}
{% endif %} {% block help_text %} {% if help_text %}

{{ 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 %}