{% extends 'D2ResourceBundle::base.html.twig' %} {% if resource.banner is null %} {% set seo_img_path = asset("bundles/d2core/images/" ~ d2_resource_image_name(resource.origPath)) %} {% else %} {% set seo_img_path = "/uploads/resources/" ~ resource.customer.id ~ "/" ~ resource.banner.getBestPath %} {% endif %} {% if social_shares|length > 0 %} {% set built_snippets = d2_build_snippets(social_shares, route_url, resource.title, resource.subTitle, seo_img_path, resource.hashTag, resource.shareTag) %} {% endif %} {% block title %} Migration:Cities Resource: {{ resource.title }} {% endblock title %} {% block head_seo %} {% set tag_list = d2_get_tag_list(resource) %} {{ built_snippets['meta_data']| raw }} {% endblock head_seo %} {% block head_script_extra %} {% if resource.utubeUrl|trim != '' %} {% endif %} {{ 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 resource.utubeUrl|trim != '' %}
Title:Migration:Cities Video
Views:{{ resource.viewCnt }}
Duration:
Remaining:
{% endif %}

{% if resource.banner is null %}

{{ resource.title }}

{{ resource.subTitle }}

{{ resource.description }}

This Resource has been viewed {{ resource.viewCnt }} times.

{% if resource.utubeUrl|trim == '' %} VIEW {% endif %} {{ built_snippets['html']| raw }}
{% else %}
RESOURCE

{{ resource.title }}

{{ resource.subTitle }}

{{ resource.description }}

This Resource has been viewed {{ resource.viewCnt }} times.

{% if resource.utubeUrl|trim == '' %} VIEW {% endif %} {{ built_snippets['html']| raw }}
{% endif %}
{% if resource.customer is not null %} {% set customer = resource.customer %}

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

{{ customer.displayName }}

{{ customer.description }}

{% endif %} {# COMMENTS #} {% include 'D2CommentBundle::comments.html.twig' with {'comments_name': 'Resource', 'comment_item_type': 'resource', 'comment_item_id': resource.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': resource.id} %} {# RELATED COLLECTIONS #} {% include 'D2CollectionBundle::related.html.twig' with {'exclude_related': false} %} {# RELATED NEWS #} {% include 'D2NewsBundle::related.html.twig' with {'exclude_related': false} %} {#

View more Resources

View our other contributors Resources.

Resources

#}
{% endblock content %}