{% set report = createModel('Reports','reports').findById(uuid) %}
{{ labels.report }}
{{ report.title }}
{{ labels.user }}
{{ report.user.user_name_or_email }}
{% if report is not empty %}
{{ component('reports::admin.reports.data.chart',{ report_id: report.id }) }}
{% endif %}
{% if report is not empty %}
{{ component('reports::admin.reports.data.summary',{ report_id: report.id }) }}
{% endif %}