{% 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 %}
{% if icon|slice:":2" == "fa" %}
- {% else %}
- {{ label }} {% endif %} {% else %}
- {{ label }} {% endif %} {% endfor %}