{% for theme in themes %} <div class="col text-center theme"> <a href="{{ path('showThemeBySlug', { slug:theme.slug }) }}" title="{{ theme.name|capitalize }}"> {# <img class="img-fluid" src="/image/themes/{{ theme.slug }}.jpg" alt=""> #} <img src="{{ vich_uploader_asset(theme.picto, 'file')|imagine_filter('theme') }}" alt="{{ theme.picto.name }}" class="img-fluid"><br/> {{ theme.name|capitalize }} </a> </div>{% endfor %}