| {{ day_name }} | {% endfor %}
|---|
|
{% if day != 0 %}
{{ day }}
{% if content[day] %}
{# An empty coloured dot is invisible to assistive tech. #}
{{ has_events_text }}
{% endif %}
{% endif %}
|
{% endfor %}