{% extends "page.html" %} {% block title %}Sistemska poročila - {{ super() }}{% endblock %} {% block breadcrumb_content %} {{ h.build_nav('reports', "Sistemska poročila") }} {% endblock %} {# ---------------------------------------------------------------------------------------------------------------------------------------- #} {% block pre_primary %}

Sistemska poročila

{{ super() }} {% endblock %} {# --------------------------------------------------------------------------------------------------------------------------------------- #} {% block secondary %} {% endblock %} {% block primary_content_inner %}
{% set count = 0 %} {% for report in reports %} {# {% if loop.index0%4==0 %}
{% endif %} {% if loop.index0%3==0 %}
{% endif %} {% if loop.index0%2==0 %}
{% endif %} #}
{% set report_url=h.url_for('report', report_name=report.name, **h.report__explicit_default_options(report.name)) %}
{{ h.report_translations(report.title) }}
{{ h.report_translations(report.description) }}
 
{{ _('Ogled poročila') }}
{% set count = count + 1 %} {% if count is divisibleby(4) %}
{% endif %} {% endfor %}
{% endblock%}