{% load i18n %} {% comment %} One M3 agenda row -- included from calendar.html once per bucket. Expects ``row`` ({event, pill_class, pill_label}) in scope. A 3px colour bar next to the date marks the event kind: club-red for games, info-blue for training, warn-amber for everything else -- one consistent marker position for every kind, rather than games getting a different treatment (a left border on the whole row) from the rest. The bar uses self-stretch rather than a fixed height so it matches the content column's height even when the location line adds a third row of text. {% endcomment %}
{{ row.event.start|date:"D" }}
{{ row.event.start|date:"d" }}
{{ row.event.title }}
{{ row.event.start|date:"H:i" }} {% if row.member %}· {{ row.member.first_name }}{% endif %} {% for team in row.event.teams.all %}· {{ team.name }}{% endfor %}
{% if row.event.location %}
{{ row.event.location.name }}
{% endif %}
{{ row.pill_label }}