| Server IP : 213.186.33.4 / Your IP : 216.73.216.193 Web Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/awebpaca/piwik/plugins/Insights/templates/ |
Upload File : |
{% if cannotDisplayReport is defined and cannotDisplayReport %}
{% include "@Insights/cannotDisplayReport.twig" %}
{% else %}
{% set metadata = dataTable.getAllTableMetadata%}
{% set consideredGrowth = 'Insights_TitleConsideredInsightsGrowth'|translate(metadata.minGrowthPercentPositive, metadata.lastDate|prettyDate(metadata.period)) %}
{% set consideredChanges = '' %}
{% if metadata.minChangeMovers and metadata.minChangeMovers > 1 %}
{% set consideredChanges = 'Insights_IgnoredChanges'|translate(metadata.minChangeMovers) %}
{% endif %}
<div class="insightsDataTable" title="{{ consideredGrowth|e('html_attr') }} {{ consideredChanges|e('html_attr') }}">
{% if dataTable.getRowsCount %}
<div class="dataTableScroller">
<table class="dataTable">
<thead>
{% include "@Insights/table_header.twig" %}
</thead>
<tbody>
{% for row in dataTable.getRows %}
{% include "@Insights/table_row.twig" %}
{% endfor %}
</tbody>
</table>
</div>
{% else %}
<div class="pk-emptyDataTable">
{{ 'Insights_NoResultMatchesCriteria'|translate }}
</div>
{% endif %}
{% include "@Insights/insightControls.twig" %}
</div>
{% endif %}