|
Server : Apache System : Linux s1230 5.15.0-139-generic #149~20.04.1 SMP Tue Jul 14 11:21:49 UTC 2026 x86_64 User : p141464 ( 418825) PHP Version : 7.4.33.12 Disable Function : NONE Directory : /html/KMU-CSR-PLANER/wp-content/plugins/matomo/app/plugins/CoreHome/templates/ |
Upload File : |
{% set dimensions = dataTable.getMetadata('dimensions')|default([]) %}
<thead>
<tr>
{% for column in properties.columns_to_display %}
<th class="{% if properties.enable_sort %}sortable{% endif %} {% if loop.first %}first{% elseif loop.last %}last{% endif %} {% if column == 'label' or column in dimensions %}label{% endif %}" id="{{ column }}">
{% if properties.metrics_documentation[column]|default is not empty %}
<div class="columnDocumentation">
<div class="columnDocumentationTitle">
<span class="icon-help"></span>
{{ properties.translations[column]|default(column)|rawSafeDecoded }}
</div>
{{ properties.metrics_documentation[column]|rawSafeDecoded|raw }}
</div>
{% endif %}
<div id="thDIV" class="thDIV">{{ properties.translations[column]|default(column)|rawSafeDecoded }}</div>
</th>
{% endfor %}
</tr>
</thead>