{% include "ControlPanelHeader.html.twig" %}
Question Control Panel
Shamra Academia
رتّب الإحصاءات
الأسئلة والمستخدمين
{# here you should put the ten questions #}
FusionCharts XT will load here!
Questions Added By User {{ user.username }}
#
question title
question date
manipulate
{% for question in questions %}
{{ loop.index + page*10 }}
{{ question.question }}
{{ question.createdAt|date("H:i | D d/M/Y") }}
delete
show
{% endfor %}
{% if page != 0 %}
{{'previous'|trans}}
{{ page - 1 }}
{% endif %}
{{ page }}
{{ page + 1 }}
{{'next'|trans}}
{% include "@syndexAcademic/ControlPanel/question/questionUserPanelData.html.twig" %}