{% extends "base.html" %} {% block title %}{{ title }}{% endblock %} {% block content %}

{{ title }}

{% if rows and headers %}
{% for h in headers %} {% endfor %} {% for r in rows %} {% for h in headers %} {% endfor %} {% endfor %}
{{ h }}
{{ r[h] }}
{% else %}
Нема податоци за прикажување.
{% endif %}
◀ Назад кон извештаи
{% endblock %}