{% extends "base.html" %} {% block content %}
← Back to {{ dep_name }}

Reports for {{ dep_name }} - {{ month_display }}

{% for item in reports %}
{% if item.random_image %} {{ item.display_date }} {% else %}
{% endif %}

{{ item.display_date }}

{% endfor %}
{% endblock %}