Cavaliba Notification

{{ title|default:"—" }}
Category
{{ category|default:"—" }}
Severity
{{ severity|default:"—" }}
{% if updates %}

Updates

{% for update in updates %}
{{ update.created_by }} — {{ update.created_at }}

{{ update.content|safe }}

{% endfor %} {% endif %}

Initial notification

{{ created_by }} — {{ created_at }}

{{ content|safe }}

Recipients:
{{ notify_target|default:"—" }}