{% if liste|length > 0 %}
{% for item in liste %}
<img src="{{ item.image }}" style="{{ item.style }}">
{% endfor %}
{% else %}
<i class="fas fa-file-image" style="font-size: 20px; max-width: 100px;"></i>
{% endif %}