{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}Email Settings — {{ club.name }}{% endblock %} {% block content %} {{ form.media }} {% include "club_ribbon.html" %} {% if show_email_routing %}

We offer a free forwarding address for club communications — this allows your club email to stay constant even if you change the person in charge of communications.

Your club's forwarding addresses:
{% endif %} {% if club.mailchimp_audience_id %} {% endif %} {% if club.brevo_list_id %} {% endif %}
{% csrf_token %} {% crispy form %}
Outgoing email template
{{ form.welcome_include_auction }}
{{ form.renewal_include_auction }}
{{ form.expiring_soon_include_auction }}
{{ preview_payload|json_script:"outgoing-email-preview-data" }}
{% endblock %}