2023-01-23 11:03:31 +01:00

8 lines
203 B
Twig

<table class="entityTable">
{% for name,image in itemList %}
<tr>
<td><img height="16px" width="16px" src="{{ image }}" /> {{ name }}</td>
</tr>
{% endfor %}
</table>