{% extends "base_title.html" %} {% load bootstrap %} {% block page_size %}col-sm-8{% endblock %} {% block realcontent %}

Sondage: {{ survey.title }}

{% if success %} {% if deleted %}

Votre réponse a bien été supprimée !

{% else %}

Votre réponse a bien été enregistrée ! Vous pouvez cependant la modifier jusqu'à la fin du sondage.

{% endif %} {% endif %} {% if survey.details %}

{{ survey.details }}

{% endif %}
{% csrf_token %} {{ form | bootstrap}}
{% if current_answer %} {% endif %}
{% endblock %}