PDF rausgenommen
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
<table class="entityTable">
|
||||
{% for name,image in itemList %}
|
||||
<tr>
|
||||
<td><img height="16px" width="16px" src="{{ image }}" /> {{ name }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
Reference in New Issue
Block a user