{% extends "layouts/dashboard.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% translate "Configuration" %}

{% translate "Notification templates" %}

{% blocktranslate %}Edit subject lines, body copy, and call-to-action labels for every notification verb without a deployment. Custom rows take precedence over the seeded defaults; deactivating a row drops back to the defaults at runtime.{% endblocktranslate %}

{{ seeded_count }} {% translate "active custom templates" %}

{% translate "Module" %} {% translate "All" %} {% for value, label in prefixes %} {{ label }} {% endfor %}

{{ paginator.count|default:rows|length }} {% translate "verb(s)" %}

{% translate "Click any row to edit" %}
{% if rows %}
{% for r in rows %} {% endfor %}
{% translate "Verb" %} {% translate "Label" %} {% translate "Subject preview" %} {% translate "Status" %}
{{ r.verb }} {{ r.label }} {% if r.template %}{{ r.template.subject|truncatechars:60 }}{% else %}{% translate "(seed default)" %}{% endif %} {% if r.template and r.template.is_active %}{% translate "Custom" %} {% elif r.template %}{% translate "Inactive" %} {% else %}{% translate "Default" %}{% endif %}
{% else %}

{% translate "No matches" %}

{% translate "Try a different search or pick another module." %}

{% endif %}
{% endblock %}