{% extends 'exp/base.html' %} {% load bootstrap3 %} {% block title %}Participant Email {% endblock %} {% block flash %} {% bootstrap_messages %} {% if form.non_field_errors %} {% endif %} {% endblock %} {% block content %}
{% endblock %}