{% extends 'votebase/base.html' %} {% load i18n graph_extras staticfiles %} {% block title %}{{ survey.title }}{% endblock %} {% block content_title %} {% trans 'Back' %}{{ survey.title }} {% endblock %} {% block content_title_extra %}{% include 'surveys/helpers/advanced.html' with active='statistics' %}{% endblock %} {% block subtitle %}{% trans 'Survey statistics' %}{% endblock %} {% block subtitle_extra %}{% include 'surveys/helpers/tabs.html' with survey=survey %}{% endblock %} {% block js %} {% if object_list %} {% endif %} {% endblock %} {% block content %}
{{ forloop.counter}}. | {% if survey.round_set.all.count == 1 or not round %} {% autoescape off %}{{ question.title|striptags|truncatechars:190 }}{% endautoescape %} {% if question.is_required %}*{% endif %} {% else %} {% autoescape off %}{{ question.title|striptags|truncatechars:190 }}{% endautoescape %} {% if question.is_required %}*{% endif %} {% endif %} | {% if survey.round_set.all.count == 1 or not round %} {{ survey }} {% else %} {{ round }} {% endif %} |