{% extends "layouts/dashboard.html" %}
{% load i18n %}
{% block breadcrumbs %}
{% endblock %}
{% block content %}
{% 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 %}
{% translate "Notification templates" %}
| {% 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 %} |
{% translate "No matches" %}
{% translate "Try a different search or pick another module." %}