{% extends 'votebase/base.html' %} {% load i18n graph_extras staticfiles %} {% 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 %}graphs-hash{% 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 %} |