{% extends 'D2NewsBundle::base.html.twig' %} {% set seo_img_path = "/uploads/news/" ~ news.customer.id ~ "/" ~ news.getBestPath %} {% if social_shares|length > 0 %} {% set built_snippets = d2_build_snippets(social_shares, route_url, news.title, news.subTitle, seo_img_path, news.hashTag, news.shareTag) %} {% endif %} {% block title %} Migration:Cities News: {{ news.title }} {% endblock title %} {% block head_seo %} {% set tag_list = d2_get_tag_list(news) %} {{ 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 news.path %}
NEWS
{{ news.title }}
{{ news.subTitle }}
{% endif %}

{{ news.title }}

{{ news.text }}

This News Item has been viewed {{ news.viewCnt }} times.

{{ built_snippets['html']| raw }}
{% if news.customer is not null %} {% set customer = news.customer %}

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

{{ customer.displayName }}

{{ customer.description }}

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

View more News Items

View our other contributors News Items.

News

#}
{% endblock content %}