1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-22 06:57:53 +00:00
Files
matomo/plugins/Insights/templates/insightsOverviewWidget.twig

15 خطوط
448 B
Twig

{% if reports.getRowsCount %}
{% set allMetadata = reports.getFirstRow.getAllTableMetadata %}
{% set consideredGrowth = 'Insights_TitleConsideredInsightsGrowth'|translate(allMetadata.minGrowthPercentPositive, allMetadata.lastDate|prettyDate(allMetadata.period)) %}
{% else %}
{% set allMetadata = {} %}
{% set consideredGrowth = '' %}
{% endif %}
{% set consideredChanges = '' %}
{% include "@Insights/overviewWidget.twig" %}