{% load i18n widget_tweaks thumbnail %}

{% trans "Poll choice" %} #{{ forloop.counter }}

{{ inlineform.description.errors }} {% trans "Description" as placeholder %} {% render_field inlineform.description class+="form-control textarea-small" placeholder=placeholder %}
{{ inlineform.poll }} {{ inlineform.id }} {% comment %} Images in choices are now disabled. Re-enable this to have images in options. {% if inlineform.image.value %} {% else %} {% endif %}
{% captureas placeholder %}{% trans "Choose and upload an image" %}{% endcaptureas %} {{ inlineform.image.errors }} {% render_field inlineform.image class+="form-control" placeholder=placeholder %} {% trans "File Size" %}: {% trans "max. 10 MB" %}
{% endcomment %}