{% extends 'base.html.j2' %} {% block title %} Reports {% endblock title %} {% block content_before %} Reports {% endblock content_before %} {% block content %}
Items:
{% for item in items %} {{item.date}} {% endfor %}
{% endblock %} {% block js %} {{ super () }} {% endblock %}