{% extends 'base.html' %} {% block title %} Send Custom Invitations {% endblock %} {% block content %} {% if form %}
{{form.as_p}}
{% else %} Successfully sent emails to:
{{ emails|unordered_list}} {% endif %} {% endblock %}