{% 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 %}
You are receiving this email to update you about important changes to Zulip's Terms of Service.
{% else %}{{ _("Manage email preferences") }} | {{ _("Unsubscribe from marketing emails") }}
{% endif %} {% endblock %}