{% extends "base.html" %} {% block content %}

Résultats

{% for vote in object_list %}
{% if vote.choice == "1" %}logo 1{% endif %} {% if vote.choice == "2" %}logo 1{% endif %} {% if vote.choice == "3" %}
Abstention
{% endif %} {% if vote.comment %}
{{vote.comment}}
{% endif %}
{% endfor %}
Totaux :
{% endblock %}