templates/dossier/pattern/_image.html.twig line 1

Open in your IDE?
  1. {% if liste|length > 0 %}
  2.     {% for item in liste %}
  3.         <img src="{{ item.image }}" style="{{ item.style }}">
  4.     {% endfor %}
  5. {% else %}
  6.        <i class="fas fa-file-image" style="font-size: 20px; max-width: 100px;"></i> 
  7. {% endif %}