app/soc/templates/soc/survey/results.html
author Daniel Diniz <ajaksu@gmail.com>
Thu, 09 Jul 2009 10:39:30 +0200
changeset 2576 7a1138f8a0e2
parent 2422 44c500fc0eca
permissions -rw-r--r--
Removed results list from Survey edit. Some changes to the Survey Result page have also been made, however the results viewer and the CSV export are not working properly in that View. Reviewd by: Lennard de Rijk

{% if list_msg %}
  {{ list_msg|safe }}
{% endif %}

{% if list.empty %}
  {{ no_lists_msg }}
{% endif %}

{% for list_number in list.lists %}
  <p>
  {% include list.nextList %}
  </p>
{% endfor %}