{% extends 'multimail/base.html' %} {% load bootstrap4 %} {% block content %} {% if error_message %}

{{ error_message }}

{% endif %}
{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% endblock %}