| {{ weekday }} | {% endfor %}
|---|
|
{% for event in cell.events %}
{% include "netbox_proxbox/inc/data_protection_calendar_event.html" %}
{% endfor %}
{% if cell.additional_count %}
+{{ cell.additional_count }} {% trans "more" %}{% for event in cell.overflow %} {% include "netbox_proxbox/inc/data_protection_calendar_event.html" %} {% endfor %} {% if cell.hidden_count %} {% blocktrans with count=cell.hidden_count %}{{ count }} further events not shown{% endblocktrans %} {% endif %} |
{% endfor %}