{% extends 'votebase/base.html' %} {% load i18n staticfiles utils_extras %} {% block title %}{{ survey.title }}{% endblock %} {% block content_title %}{{ survey.title }}{% endblock %} {% block content_title_extra %}{% endblock %} {% block subtitle %}{% if round %}{{ round }}{% endif %}{% endblock %} {% block subtitle_extra %}{% endblock %} {% block body_class %}infographics-hash{% endblock %} {% block js %} {% if object_list %} {# #} {% include 'statistics/helpers/infographics_js.html' %} {% endif %} {% endblock %} {% block content %}
{% if not object_list %} {% trans 'There is no question in this survey. Create some.' %} {% else %}
{% trans 'Loading, please wait.' %}
{% trans 'Total voters' %}: {{ object_list|length }}
{# voters #}
{% trans 'Count of respondents' %}
{# total voters #}
{% trans 'Total count of respondents' %}
{# voting duration #}
{% trans 'Voting duration' %} ({% trans 'in minutes' %})
{# gender #}
{% trans 'Gender' %}
{# age #}
{% trans 'Age' %}
{% if survey.is_quiz %} {# quiz result #}
{% trans 'Quiz result' %}
{# quiz result by age #}
{% trans 'Average quiz result by age' %}
{% endif %} {% endif %}
{% endblock %}