{% include "ControlPanelHeader.html.twig" %}
{# here you should put the ten questions #}
FusionCharts XT will load here!

Questions Added By User {{ user.username }}

{% for question in questions %} {% endfor %}
# question title question date manipulate
{{ loop.index + page*10 }} {{ question.question }} {{ question.createdAt|date("H:i | D d/M/Y") }}
{% include "@syndexAcademic/ControlPanel/question/questionUserPanelData.html.twig" %}