{% extends 'base.html.twig' %}
{% block body %}
{% if skip is defined %}
{{ include('header/header.html.twig') }}
{% endif %}
{% if videoProgram is defined %}
{#
{{ programs[0].name }}
#}
{{ playerVideo.title }}
{# In newPrograms.js #}
{% endif %}
{% if programs[0] is defined %}
{% if videoSelected is defined %}
{% if playerVideo is defined %}
{% if playerVideo.youtube %}
{% elseif playerVideo.dailymotion %}
{% endif %}
{% endif %}
{% else %}
البرامج
{% if programs[0] is defined %}
{{ programs[0].name }}
{% endif %}
{% if programs[1] is defined %}
{{ programs[1].name }}
{% endif %}
{% if programs[2] is defined %}
{{ programs[2].name }}
{% endif %}
{% for videos in programs %}
{{ videos.name }}
{% endfor %}
{% endif %}
{% endif %}
{% if videoProgram is defined %}
{{ videoProgram.name }}
{% else %}
الأكثر مشاهدة
{% endif %}