questlab/www/analytics/plugins/DevicesDetection/templates/list.twig
coderkun 046a724272 merge
2015-04-27 16:42:05 +02:00

7 lines
174 B
Twig

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