قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-22 06:57:53 +00:00
15 خطوط
448 B
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" %}
|
|
|
|
|