{% extends 'generic/object.html' %} {% load helpers %} {% block title %}{{ report.name }}{% endblock %} {% block object_identifier %} {{ report.full_name }} {% endblock %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block subtitle %} {% if report.description %}
{{ report.description|markdown }}
{% endif %} {% endblock subtitle %} {% block controls %}{% endblock %} {% block tabs %} {% endblock tabs %} {% block content %}
{% if perms.extras.run_report %}
{% csrf_token %}
{% endif %}
{% if report.result %} Last run: {{ report.result.created|annotated_date }} {% endif %}
{% endblock content %}