{% extends "admin_extra_buttons/action_page.html" %} {% load power_query %} {% block action-content %}

Reports

{% for rec in reports.all %} {% endfor %}
{{ rec }} {{ rec.status }} {{ rec.last_run }} {{ rec.error_message }} {% if rec.celery_task %} inpect {% else %} queue {% endif %}
{% endblock %}