{% load humanize %} {% load notification_tags %} {% if notification.verb == "rep_live_session_starting" %} {% include "notifications/partials/_verb_rep_live_session_starting.html" %} {% elif notification.verb == "rep_live_recording_ready" %} {% include "notifications/partials/_verb_rep_live_recording_ready.html" %} {% else %} {% if notification.action_url %} {% else %}
{% endif %} {# Verb icon #} {% notification_icon notification.verb %} {# Content #}

{{ notification.message }}

{% notification_module_chip notification.verb %} {{ notification.get_verb_display }}

{# Trailing action #}
{% if notification.action_url %} {% elif not notification.is_read %}
{% csrf_token %}
{% endif %}
{% if notification.action_url %}
{% else %}
{% endif %} {% endif %}