{% import "macros.html.twig" as macros %} {% for album in albums %}
{% if album.image != null %} {{ macros.lazyImage(album.image, null, null, 'placeholder--circle') }} {% else %} {{ album.title|first|upper }} {% endif %} {{ album.title|u.truncate(27) }}

{{ 'counter.photo'|trans({'%count%': getCounters(album).items}) }}

{% endfor %}