{% extends "page.html" %} {% block title %}{{ report.title }} - {{ _('Reports') }} - {{ super() }}{% endblock %} {% block breadcrumb_content %} {{ h.nav_link(_('Reports'), named_route='report.index') }} {{ h.nav_link(report.title, named_route='report-org' if '/organization' in request.environ.get('PATH_INFO', '') else 'report.view', report_name=report_name) }} {% endblock%} {% block primary_content_inner %}
{{ report.description }}
{{ _('Generated') }}: {{ h.report__render_datetime(report_date, '%d/%m/%Y %H:%M') }}
{% if c.userobj.sysadmin %}{{ _('As a system administrator you are able to refresh this report on demand by clicking the \'Refresh\' button.') }}
{{ _('No results found.') }}
{% else %}