{% extends "_layouts/cp" %} {% import 'sprout-base/_includes/sproutcp' as sprout %} {% set title = 'Sprout Reports'|t('sprout-base') %} {% set selectedSubnavItem = craft.app.request.segment(2) %} {% if dataSource is defined %} {% set settingsHtml = dataSource.getSettingsHtml() %} {% endif %} {% set crumbs = [ { label: "Reports"|t('sprout-base'), url: reportIndexUrl }, { label: "Edit "|t('sprout-base') ~ report.name, url: report.getCpEditUrl() } ] %} {% block actionButton %}
{% endblock %} {% block content %} {% if settingsHtml %} {% endif %}
{{ label }} |
{% endfor %}
|---|
|
{% if report.allowHtml %}
{{ property|nl2br|raw }}
{% else %}
{{ property }}
{% endif %}
|
{% endfor %}
{{ "This report currently has no results. Check your report settings and ensure you have content for the report you are trying to run. To quickly edit the Report Settings, click on the gear icon in the upper right."|t('sprout-base')|raw }}
{% endset %} {{ sprout.mediaBox({ heading: "No results found"|t('sprout-base'), body: boxBody, resourcePath: '@sproutbase/app/reports/web/assets/base/dist/images/icon.svg' }) }} {% endif %}