{% extends 'staff_base.html' %} {% load static %} {% block breadcrumb %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }}
{% csrf_token %}
{% include 'bootstrap_form.html' with form=form email_form=True fields_as_pills=form.visible_fields|slice:"-2:" %}

{% translate 'The following variables are available for this email template:' %}

{% for variable in available_variables %} {{ variable }}
{% endfor %}
{% endblock %} {% block additional_javascript %} {% endblock %}