{% include "ControlPanelHeader.html.twig" %}

{# here you should put the ten questions #}

Last Questions Added

{% for question in questions %} {% endfor %}
# Question views Publisher
{{ loop.index }} {{ question.question }} {{ question.views }} {{ question.profileVisitor.firstName }}

Recent Active Users

{# here you should put the five users #} {% for user in recentUsers %} {% endfor %}
UserName Over All Count
{{ user_names_recent[loop.index0].username }} {{ user.cnt }}

Top Active Users

{% for user in topUsers %} {% endfor %}
UserName Over All Count
{{ user_names_top[loop.index0].username }} {{ user.cnt }}