{% extends "base.html" %} {% block title %}E-mailová oznámení — MedCover{% endblock %} {% block content %}
| Název / kód | Popis | Spouštěč | Příjemci | Šablona | Stav |
|---|---|---|---|---|---|
|
{{ entry.name_cs }} {{ entry.code }} |
{{ entry.description_cs }} | {{ entry.trigger_cs }} | {{ entry.recipient_cs }} |
{% for tpl in entry.templates %}
{{ tpl }}
{% endfor %}
|
{% if entry.always_on %} Vždy {% elif settings | attr(entry.settings_field) %} Zapnuto {% else %} Vypnuto {% endif %} |