{% for quarter in data['quarters'] %}
{{h.report_translations(type_.capitalize())}} ({{rows|length}}):
{% if rows %}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 %} |
Ni zapisov
{% endif %} {% endwith %}