{% load i18n %} {% comment %} One M7 notification row -- included from notifications.html once per day bucket. Expects ``row`` ({notification, source_label}) in scope. The whole row is the tap target (a submit button styled full-width, since a POST form can't wrap another form/link) -- tapping always marks it read, and also navigates to the linked News/Event when its source resolves to one (see mobile.views._notification_source_link and NotificationsView.post). A club-coloured bar marks it unread -- full height via self-stretch, same technique as mobile/_calendar_row.html's own kind marker, so it still spans the row now that the body text below is shown in full (no truncatechars) and can wrap to several lines. {% endcomment %}
{% csrf_token %}