{% extends "base.html" %} {% load static %} {% block title %} Список отчетов {% endblock title %} {% block style %} {% endblock style %} {% block content %}
{% for pack, f1, f2 in packages %} {{ pack.date|date:'d F Y H:i:s' }}

{{ f1 }} и {{ f2 }}
{% endfor %}
{% for pack, files in multipackages %} {{ pack.date|date:'d F Y H:i:s' }}

{{ files }}
{% endfor %}
{% endblock content %}