Back to Zulip

Custom Email Base.Pre

templates/zerver/emails/custom_email_base.pre.html

12.0834 B
Original Source

{% extends "zerver/emails/email_base_marketing.html" %} {% block illustration %} {% endblock %} {% block content %} {# Note: The below code is substituted by manage.py send_custom_email #} {{ rendered_input }} {% endblock %} {% block manage_preferences %} {% if remote_server_email %} {% if released_version %}

You are receiving this email because you opted into release notifications.

{% else %}

You are receiving this email to update you about important changes to Zulip's Terms of Service.

Unsubscribe {% endif %} {% elif unsubscribe_link %}

{{ _("Manage email preferences") }} | {{ _("Unsubscribe from marketing emails") }}

{% endif %} {% endblock %}