{% 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.banner.getBestPath ~ "?v=" ~ resource.banner.version %} {% 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 %} {{ resource.title|title }} | {{ d2_sys_config('sys_orginization') }} {% endblock title %} {% block head_seo %} {% set tag_list = d2_get_tag_list(resource) %} {% if d2_sys_config('sys_show_social') %}{% if built_snippets['meta_data'] is defined %} {{ built_snippets['meta_data']| raw }} {% endif %}{% endif %} {% endblock head_seo %} {% block head_script_extra %} {% if resource.utubeUrl|trim != '' %} {% endif %} {% if d2_sys_config('sys_show_social') %}{% if built_snippets['script'] is defined %} {{ built_snippets['script']| raw }} {% endif %}{% endif %} {% 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:Video
Views:{{ resource.viewCnt }}
Duration:
Remaining:
{% endif %}

{% if resource.banner is null %}

{{ resource.title }}

{{ resource.subTitle }}

{{ resource.description|filterScript()|raw }}

{{ resource.text|filterScript()|raw }}

This {% trans %}Resource{% endtrans %} has been viewed {{ resource.viewCnt }} times.

{% if resource.utubeUrl|trim == '' and resource.path|trim|length > 0 %} VIEW {% endif %} {% if d2_sys_config('sys_show_social') %}{% if built_snippets['html'] is defined %}{{ built_snippets['html']| raw }}{% endif %}{% endif %}
{% else %}
RESOURCE

{{ resource.title }}

{{ resource.subTitle }}

{{ resource.description|filterScript()|raw }}

{{ resource.text|filterScript()|raw }}

This {% trans %}Resource{% endtrans %} has been viewed {{ resource.viewCnt }} times.

{% if resource.utubeUrl|trim == '' and resource.path|trim|length > 0 %} VIEW {% endif %} {% if d2_sys_config('sys_show_social') %}{% if built_snippets['html'] is defined %}{{ built_snippets['html']| raw }}{% endif %}{% endif %}
{% endif %}
{% if d2_sys_config('sys_contributor_show') == true %} {% if resource.customer is not null %} {% set customer = resource.customer %}

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

{{ customer.displayName }}

{{ customer.description }}

{% endif %} {% endif %} {# COMMENTS #} {% if d2_sys_config('sys_comments_show') == true %} {% include 'D2CommentBundle::comments.html.twig' with {'comments_name': 'Resource', 'comment_item_type': 'resource', 'comment_item_id': resource.id, 'comment_item_slug': resource.slug} %} {% endif %}
{% if d2_sys_config('sys_related_show') == true %}
{# RELATED VIDEO's #} {% if d2_sys_config('sys_case_study_active') == true %} {% include 'D2CaseStudiesBundle::related.html.twig' with {'exclude_related': false, 'skip': 0} %} {% endif %} {# RELATED EXPERT'S #} {% if d2_sys_config('sys_expert_active') == true %} {% include 'D2ExpertBundle::related.html.twig' with {'exclude_related': false, 'skip': 0} %} {% endif %} {# RELATED RESOURCE's #} {% if d2_sys_config('sys_collection_active') == true %} {% include 'D2ResourceBundle::related.html.twig' with {'exclude_related': resource.id, 'skip': 0} %} {% endif %} {# RELATED COLLECTIONS #} {% if d2_sys_config('sys_collection_active') == true %} {% include 'D2CollectionBundle::related.html.twig' with {'exclude_related': false, 'skip': 0} %} {% endif %} {# RELATED NEWS #} {% if d2_sys_config('sys_news_active') == true %} {% include 'D2NewsBundle::related.html.twig' with {'exclude_related': false, 'skip': 0} %} {% endif %} {# RELATED ADVERTS #} {% if d2_sys_config('sys_smalls_active') == true %} {% include 'D2AdvertBundle::related.html.twig' with {'exclude_related': false, 'skip': 0} %} {% endif %} {% endif %}
{% endblock content %}