{% extends "base.html" %} {% block title %}Send Bulk Emails{% endblock %} {% block content %}
{% if error %}
{{ error }}
{% endif %} {% if message %}
{{ message }}
{% endif %}

    Separate multiple emails with commas.

    Cancel
    {% endblock %}