{% extends 'D2CaseStudiesBundle::base.html.twig' %} {% set seo_img_path = "/uploads/case_studies/images/" ~ case_study.getBestPath %} {% if social_shares|length > 0 %} {% set built_snippets = d2_build_snippets(social_shares, route_url, case_study.title, case_study.subTitle, seo_img_path, case_study.hashTag, case_study.shareTag) %} {% endif %} {% block title %} Migration:Cities Case Study: {{ case_study.title }} {% endblock title %} {% block head_seo %} {% set tag_list = d2_get_tag_list(case_study) %} {{ built_snippets['meta_data']| raw }} {% endblock head_seo %} {% block head_script_extra %} {{ built_snippets['script']| raw }} {% endblock head_script_extra %} {% block page_header %} {% endblock page_header %} {% block content %}
Title:Migration:Cities Video
Views:{{ case_study.watchedCnt }}
Duration:
Remaining:

{{ case_study.title }}

{{ case_study.subTitle }}

{{ case_study.titleInfo }}


{{ case_study.description|raw }}

This Case Study has been viewed {{ case_study.watchedCnt }} times.

{{ built_snippets['html']| raw }}
{% if case_study.photos|length > 0 %}
{% for photo in case_study.photos %} {% if photo.enabled %} {% if loop.first %}
{% endif %}
PHOTO
{% if not loop.first and loop.index%5 == 0 %}
{% endif %} {% endif %} {% endfor %}

{% endif %} {% if case_study.customer is not null %} {% set customer = case_study.customer %}
{% if customer.path %} CONTRIBUTOR {% else %} EXPERT {% endif %}

{{ customer.displayName }}

{{ customer.description }}

{% endif %} {# COMMENTS #} {% include 'D2CommentBundle::comments.html.twig' with {'comments_name': 'Case Study', 'comment_item_type': 'case_study', 'comment_item_id': case_study.id} %}
{# RELATED VIDEO's #} {% include 'D2CaseStudiesBundle::related.html.twig' with {'exclude_related': case_study.id} %} {# 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': false} %} {# RELATED NEWS #} {% include 'D2NewsBundle::related.html.twig' with {'exclude_related': false} %} {#

Watch more Case Studies

View our other contributors Case Studies.

Case Studies

#}
{% endblock content %}