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

{{ title }}

{% if choice.image %} {% trans "Delete Image" %} {% endif %}
{{form.as_p}}
{% endblock %}