{% extends "main.html" %} {% load render_table from django_tables2 %} {% block title %}Sondages{% endblock %} {% block content %}

« Résultats

{{ sondage.titre }}

Sondage créé par {{ sondage.auteur.get_full_name }}.
{% if sondage.description %} {{ sondage.description|linebreaksbr }}
{% endif %}

{% render_table table %}
{% endblock %}