{% extends "base.html" %} {% load cropping thumbnail %} {% block extra_head %} {{ form.media }} {% endblock %} {% block content %}
{% csrf_token %} {{ form.as_p }}
{% if image %}

Preview

using cropped_thumbnail tag
using standard thumbnail tag with a cropping field value (string) as box argument
using standard thumbnail tag with a list of integers as box argument
{% endif %} {% endblock %}