{% extends "async_notification/base/_layout.html" %}{% load i18n %} {% comment %} Executive / official communication layout. Sober solid-color header bar with the brand mark and the date; a confidentiality note in the footer. Best for corporate announcements, board/official notices and internal memos. {% endcomment %} {% block preheader %}{{ brand.tagline|default:_("Official communication") }}{% endblock %} {% block header %}
{% if brand.logo_url %} {{ brand.name|default:'' }} {% else %} {{ brand.name|default:_("Company") }} {% endif %} {% now "j M Y" %}
{% endblock %} {% block footer %}

{% blocktrans %}This message and any attachments are confidential and intended solely for the addressee.{% endblocktrans %}

{% if brand.name %}© {% now "Y" %} {{ brand.name }}. {% endif %}{% if brand.address %}{{ brand.address }}{% endif %}

{% endblock %}