questlab/www/analytics/plugins/DevicesDetection/templates/list.twig

7 lines
174 B
Twig

<table class="dataTable">
{% for name,image in itemList %}
<tr>
<td><img src="{{ image }}" /> {{ name }}</td>
</tr>
{% endfor %}
</table>