{% extends 'layout.html' %} {% load helpers %} {% block title %}{{ report.name }}{% endblock %} {% block breadcrumb_main %} {% endblock %} {% block content %} {% if report.description %}
{{ report.description }}
{% endif %} {% if perms.extras.run_report %} {% endif %}