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: 061903047450f08bf6ae4d11d2590ae2200a64c1 (plain)
1
2
3
4
5
6
7
<table class="entityTable">
    {% for name,image in itemList %}
        <tr>
            <td><img height="16px" width="16px" src="{{ image }}" /> {{ name }}</td>
        </tr>
    {% endfor %}
</table>