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

Mes réponses

{% csrf_token %} {% for field in form %} {% endfor %}
Réponse
{{ field.label }} {{ field }}
{% endblock content %}