{% for quarter in data['quarters'] %}

{{h.report_translations(quarter.capitalize())}} Ĩetrtletje ({{h.render_datetime(data['quarters'][quarter][0])}} - {{h.render_datetime(data['quarters'][quarter][1])}})

{% for type_ in ('created', 'modified') %}
{% with %} {% set rows = h.report_match_rows(table, type_, quarter) %}

{{h.report_translations(type_.capitalize())}} ({{rows|length}}):

{% if rows %} {% for name,title,notes,created_or_modified,quarter_,timestamps,users,pub in rows %} {% endfor %}
Zbirka Opombe {{h.report_translations(type_.capitalize())}} Ustvaril Objavljena
{{ title }} {{notes}} {{ h.literal(', '.join(h.report_timestamps_split(timestamps))) }} {{ h.literal(', '.join(h.report_users_split(users, organization=options['organization']))) }} {% if pub %} Da {% else %} Ne {% endif %}
{% else %}

Ni zapisov

{% endif %} {% endwith %}
{% endfor %}
{% endfor %}