-
{% if videos|length > 0 %}
- {{ 'index.lesson.videos'|trans }} {% endif %} {% if files|length > 0 %}
- {{ 'index.lesson.files'|trans }} {% endif %} {% if images|length > 0 %}
- {{ 'index.lesson.images'|trans }} {% endif %}
{% if videos|length > 0 %}
{% set counter = 1 %}
{% for video in videos %}
{{video.lessonFileName}}
{{ 'index.all.files'|trans }}
{% endif %}
{% if files|length > 0 %}
{{video.description}}
{% set counter = counter + 1 %} {% endfor %}
{% for file in files %}
{{file.lessonFileName}}
{{ 'index.all.files'|trans }}
{% endif %}
{% if images|length > 0%}
{{file.description}}
{% endfor %}
{% for image in images %}
{{image.lessonFileName}}
{% if app.user == lesson.createdBy %}
{% endif %}
{{ 'index.all.files'|trans }}
{% endif %}
{{image.description}}
{% endfor %}
{% if next != null %}
{{'الدرس التالي '}} - {{next.title}}
{% endif %}
{% if previous != null %}
{{'الدرس السابق '}} - {{previous.title}}
{% endif %}
{% if app.user == lesson.createdBy %}