{% extends "survey/base.html" %}{% load i18n %} {% block styles %} {% endblock %} {% block content %}

{{ title }}

{% if question.image %} Delete Image {% endif %}
{{form.as_p}}
{% endblock %}