{% extends 'base/layout.html' %} {% load buttons %} {% load helpers %} {% load perms %} {% block title %}Reports{% endblock %} {% block tabs %}
{% endblock tabs %} {% block controls %}Name | Description | Last Run | Status | |||
---|---|---|---|---|---|---|
{{ report.name }} | {{ report.description|markdown|placeholder }} | {% if last_job %}{{ last_job.created|annotated_date }} | {% badge last_job.get_status_display last_job.get_status_color %} | {% else %}Never | {{ ''|placeholder }} | {% endif %}{% if perms.extras.run_report %} | {% endif %}
{{ method }} | {{ stats.success }} {{ stats.info }} {{ stats.warning }} {{ stats.failure }} |