{% extends "pycon/php_main" %} {% load i18n %} {% load result_tags %} {% load survey_tags %} {% load adminmedia %} {% block main_csslinks %} {% endblock %} {% block main_title %}{{title|escape}}{% endblock %} {% block main_body %}

Survey results for {{title|escape}}

{% include "results/stats" %}

Legend

* A rank of -1 denotes an "Other:" answer.

[ (perc%) ] [ (rank*: count [ ,(rank*: count) ...] ) ]
{% regroup answers by get_question as qans_groupby %} {% for question in qans_groupby %} {% if question.list.0|questiontemplate:"results/"|template_exists %} {% assign_to qtemplate question.list.0|questiontemplate:"results/" %} {% include qtemplate %} {% else %}{% include "results/question" %}{% endif %} {% endfor %} {% endblock %}