{% extends 'D2CollectionBundle::base.html.twig' %} {% set seo_img_path = "/uploads/collections/" ~ collection.customer.id ~ "/" ~ collection.getBestPath %} {% 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 %} Migration:Cities Collection: {{ collection.title }} {% endblock title %} {% block head_seo %} {% set tag_list = d2_get_tag_list(collection) %} {{ built_snippets['meta_data']| raw }} {% endblock head_seo %} {% block head_script_extra %} {{ built_snippets['script']| raw }} {% endblock head_script_extra %} {% block head_style_extra %} {% endblock head_style_extra %} {% block page_header %} {% endblock page_header %} {% block content %} {% if collection.photos|length > 0 %} {% endif %}

RESOURCE

{{ collection.title }}

{{ collection.subTitle }}

{{ collection.description }}

This Collection has been viewed {{ collection.viewCnt }} times.

{% if collection.photos|length > 0 %} VIEW SLIDE SHOW VIEW THUMBNAILS {% else %} VIEW {% endif %} {{ built_snippets['html']| raw }}
{% if collection.customer is not null %} {% set customer = collection.customer %}

{% if customer.path %} CONTRIBUTOR {% else %} EXPERT {% endif %}

{{ customer.displayName }}

{{ customer.description }}

{% endif %} {# COMMENTS #} {% include 'D2CommentBundle::comments.html.twig' with {'comments_name': 'Collection', 'comment_item_type': 'collection', 'comment_item_id': collection.id} %}
{# RELATED VIDEO's #} {% include 'D2CaseStudiesBundle::related.html.twig' with {'exclude_related': false} %} {# RELATED EXPERT'S #} {% include 'D2ExpertBundle::related.html.twig' with {'exclude_related': false} %} {# RELATED RESOURCE's #} {% include 'D2ResourceBundle::related.html.twig' with {'exclude_related': false} %} {# RELATED COLLECTIONS #} {% include 'D2CollectionBundle::related.html.twig' with {'exclude_related': collection.id} %} {# RELATED NEWS #} {% include 'D2NewsBundle::related.html.twig' with {'exclude_related': false} %} {#

View more Collections

View our other contributors Collections.

Collections

#}
{% endblock content %}