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 %}
{% else %}
{% 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} %}
{#