{% load humanize %} {% load notification_tags %} {% comment %} REP_LIVE_RECORDING_READY — Watch recording button. Expects on notification.data: - course_title, session_title, recording_id, session_id, course_slug. notification.action_url is the auth-gated recording_play proxy URL. {% endcomment %} {% with d=notification.data %}
{% if not notification.is_read %} {% endif %} {% notification_icon notification.verb %}

{{ d.course_title|default:"Live session recording" }}

{{ d.session_title|default:notification.message|truncatechars:80 }}

Recording available ·

{% if not notification.is_read %} New {% endif %}
{% if notification.action_url %} Watch recording {% endif %} {% if not notification.is_read %}
{% csrf_token %}
{% endif %}
{% endwith %}