{% extends 'D2CollectionBundle::base.html.twig' %} {% set seo_img_path = "/uploads/collections/" ~ collection.getBestPath ~ "?v=" ~ collection.getVersion %} {% if social_shares|length > 0 %} {% set built_snippets = d2_build_snippets(social_shares, route_url, collection.title, collection.subTitle, seo_img_path, collection.hashTag, collection.shareTag) %} {% endif %} {% block title %}
{{ collection.description|filterScript()|raw }}
The {% trans %}Collection{% endtrans %} contains {{ collection.photos|length }} images.
This {% trans %}Collection{% endtrans %} has been viewed {{ collection.viewCnt }} times.
{% if collection.photos|length > 0 %} VIEW SLIDE SHOW VIEW THUMBNAILS {% else %} VIEW {% endif %} {% if d2_sys_config('sys_show_social') %}{% if built_snippets['html'] is defined %} {{ built_snippets['html']| raw }} {% endif %}{% endif %}{{ customer.description }}