Welcome to mirror list, hosted at ThFree Co, Russian Federation.

list.twig « templates « DevicesDetection « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d51fb732ffcfd3a65e157cd30c7eac923e616596 (plain)
1
2
3
4
5
6
7
<table class="entityTable">
    {% for name,image in itemList %}
        <tr>
            <td><img src="{{ image }}" /> {{ name }}</td>
        </tr>
    {% endfor %}
</table>