{#
#}
{% include "ControlPanelHeader.html.twig" %}
Courses Control Panel
Shamra Academia
إحصاءات مجالات المسارات
إحصاءات شراء المسارات
Id
Title
Short Description
Number Of Lessons
Course Maker
Create Time
Status
accepted
feedback
pending
rejected
{% for course in courses %}
{# change the true into if the course is featurized #}
{{ course.id }}
{{ course.title }}
{{ course.shortDescription }}
{{ course.numberOfLessons }}
{{ course.firstName }} {{ course.lastName }}
{{ course.createdAt }}
{{ course.status }}
{% endfor %}
see more