{% load image_tags ellipsistrim%}

Choose an image

{% if uploadform %} {% endif %}
{% if uploadform %}
{% csrf_token %}
    {% for field in uploadform %} {% include "wagtailadmin/shared/field_as_li.html" with field=field %} {% endfor %}
{% endif %}