{% INCLUDECSS '@battye_cmxquiz/cmx_quiz.css' %} {% include 'overall_header.html' %}

{{ lang('CMX_QUIZ') }}

{% if CMX_QUIZ_MODERATOR || (CMX_QUIZ_ALLOW_USER_SUBMISSIONS && not S_IS_BOT && S_USER_LOGGED_IN) %} {# New quiz button #} {{ lang('CMX_QUIZ_NEW') }} {% endif %} {# Quiz count information #}
{% if CMX_QUIZ_COUNT == 0 %}
{{ lang('CMX_QUIZ_TOTAL', 0) }}
{% else %}
{% endif %} {% if pagination is defined %} {% endif %} {% include 'overall_footer.html' %}