{% extends "core/mails/base.html" %} {% load settings_extras %} {% load rich_text %} {% load i18n %} {% block emailcss %} td.actions { padding-top: 22px; text-align: center; margin: 0 auto; } .organization-name { margin-bottom: 14px; } .organization-name a { font-weight: bold; color: #76858f; text-decoration: none; } {% endblock %} {% block header %}
{% organization_name %}
{{ block.super }} {% endblock %} {% block content %} {{ body|rich_text }} {% with notification.get_actions as actions %} {% if actions %} {% for label, url in notification.get_actions %} {{ label }} {% endfor %} {% endif %} {% endwith %} {% endblock %} {% block footer %} {% organization_name as organization_name %} {% blocktranslate trimmed %} You are receiving this email as a member of {{ organization_name }}. {% endblocktranslate %} {% if notification.notification_type.title %}
{{ notification.notification_type.title }}. {% endif %}
{% translate "Notification settings" %} ยท
{{ block.super }} {% endblock %}