{% extends "layouts/content-bootstrap.html" %} {% load i18n %} {% load django_tables2 %} {% block styles %} {% endblock %} {% block content %}

Image Reports 2.0

{% if user_image_table %}

Your Image Reports Create

{% render_table user_image_table %} {% else %}

Please log in to see and manage your image reports.

{% endif %} {% for name, group_table in group_tables.items %}

{{ name }}

{% render_table group_table %} {% endfor %}

Other Image Reports

{% render_table other_image_table %} {% endblock %} {% block scripts %} {% endblock %}