{% 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 %}
{{ d.session_title|default:notification.message|truncatechars:80 }}