{% extends '@syndexTrack/Default/form.html.twig' %} {% trans_default_domain "lesson" %} {% block title %} {{ 'page.title.index'|trans }} {{number}} - {{lesson.title}} - {{course.title}} {% endblock %} {% set img = asset('uploads/lesson/') %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block content %}

{{course.title}}

{{lesson.title}}

{% for tag in lesson.tags %} {{ tag.context }} {% endfor %}
{{lesson.richText}}
{% if videos|length > 0 %}
{% set counter = 1 %} {% for video in videos %} {{video.lessonFileName}}
{{ 'index.all.files'|trans }}

{{video.description}}

{% set counter = counter + 1 %} {% endfor %}
{% endif %} {% if files|length > 0 %}
{% for file in files %} {{file.lessonFileName}}
{{ 'index.all.files'|trans }}

{{file.description}}

{% endfor %}
{% endif %} {% if images|length > 0%}
{% for image in images %} {{image.lessonFileName}} {% if app.user == lesson.createdBy %} {% endif %}
{{ 'index.all.files'|trans }}

{{image.description}}

{% endfor %}
{% endif %}

{% if app.user == lesson.createdBy %}

أضف ملف جديد{#{{ 'index.all.files'|trans }}#}

{% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}