{% extends "base.html" %} {% block title %}{{ subject }} - {{ brand_name }}{% endblock %} {% block content %}
{% if labels %}
{% for label in labels %} {{ label }} {% endfor %}
{% endif %}
{% if images_blocked and has_external_images %}
🖼️ External images are blocked for security.
{% if sender_email %} {% endif %}
{% endif %} {% if has_external_images %} {% endif %} {% if body_html %} {% if auto_scale %} {% endif %} {% else %} {% endif %}
{% if attachments %}

Attachments

{% endif %}
{% endblock %}