{% extends 'admin.twig' %} {% set title %}{{ 'ScheduledReports_PersonalEmailReports'|translate }}{% endset %} {% block topcontrols %} {% include "@CoreHome/_siteSelectHeader.twig" %} {% include "@CoreHome/_periodSelect.twig" %} {% endblock %} {% block content %} {% set reportParametersScheduledReportsEvent %}{{ postEvent('Template.reportParametersScheduledReports') }}{% endset %} {# load the Template.reportParametersScheduledReports event twice, once here outside of vue so any inline scripts will execute. then again in the vue slot so it will be used correctly. This is hack to provide some level of BC. #}