{{ setupHeader(['datetime-picker']) }}
{{ 'Report'|xlt }} - {{ heading_title|text }} - {{ "Date of Report"|xlt }}: {{ date_report|text }} {% if show_help %}{{ oemHelpIcon() }}{% endif %}
{% include 'reports/cqm/cqm-form.html.twig' %} {% if report_id %} {% if is_cqm_report %} {% include 'reports/cqm/cqm-results-table.html.twig' %} {% elseif is_amc_report %} {% include 'reports/cqm/amc-results-table.html.twig' %} {% else %} {% include 'reports/cqm/results-table.html.twig' %} {% endif %} {% else %}
{{ 'Please input search criteria above, and click Submit to start report.'|xlt }}
{% endif %}
{{ oemrUiBelowContainerDiv(oemrUiSettings) }}