{% load humanize %} {% load notification_tags %} {% comment %} REP_LIVE_SESSION_STARTING — countdown card with prominent Join now button. Expects on notification.data: - course_title: string - session_title: string - session_id: int - course_slug: string - starts_at: ISO 8601 string - minutes_until: int (snapshot at notification time) notification.action_url is the canonical session_join URL; the notification_go redirect path marks the row read on click. {% endcomment %} {% with d=notification.data %}
{{ d.session_title|default:notification.message|truncatechars:80 }}