{% extends "async_notification/base/_layout.html" %}{% load i18n %} {% comment %} Transactional layout. Minimal, fast, no colored chrome — a small centered brand mark, tight spacing and a light legal footer. Best for receipts, password resets, verification codes and account alerts. {% endcomment %} {% block preheader %}{{ brand.tagline|default:_("Account notification") }}{% endblock %} {% block header %} {% if brand.logo_url %} {{ brand.name|default:'' }} {% elif brand.name %} {{ brand.name }} {% endif %} {% endblock %} {% block footer %}

{% blocktrans %}You are receiving this message because it relates to your account.{% endblocktrans %} {% if brand.support_email %}
{% trans "Need help?" %} {{ brand.support_email }}{% endif %}

{% endblock %}