{% extends 'base.html.twig' %} {% block body %} {#
#} {#
#} {# x#} {# {{ include('elements/newsletterForm.html.twig') }}#} {# #}{#
#} {# #} {# #} {# #} {#
#} {#
#} {#
#}
{# {{ include('programs/shareVideoByEmail.html.twig') }}#} {% if app.request.get('webview') is not defined or (app.request.get('webview') != 1 and app.request.get('webview') != 2) %} {% endif %}
{% for program in programs %}
{{ program.name }}
{% endfor %}

الأكثر مشاهدة

{% for i,mostViewedVideo in mostViewedVideos %} {% if i < 3 %} {% endif %} {% endfor %}
{% if playerVideo.youtube %} {% elseif playerVideo.dailymotion %} {% endif %}
{% if authorPicture %} {% endif %}
{% if authorName %}
{{ authorName }}
{% endif %}
{{ videoProgram.name }}
{% if authorName %} {{ authorName }}​ | {% endif %} {{ videoProgram.name }}

{{ playerVideo.body }}

{# #}
{% if programId > 0 %}

{{ videoProgram.name }}

{% endif %}
{% if programId > 0 %}
{% else %}
{% endif %} {{ include('programs/view.html.twig') }}
{# {{ include('base/footer.html.twig') }}#} {% endblock %}