{% extends parent_template %} {% load i18n %} {% load url from future %} {% block extrahead %} {{ block.super }} {{ crop_form.media }} {{ thumb_formset.media }} {% endblock %} {% block nav-global %}{% endblock %} {% block bodyclass %}{{ block.super }} cropduster-upload-form absolute-pos{% if standalone %} cropduster-standalone{% endif %}{% endblock %} {% block content-class %}content-flexible{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %} {% if not standalone %}

Upload, Crop, and Generate Thumbnails

{% endif %}
{% for field in upload_form %}
{% if field.name != "image" %}{{ field.label_tag|safe }}{% endif %} {{ field }}
{% endfor %} {% if standalone %} {% endif %}
{% if standalone %}
{% endif %}
{{ crop_form.as_p }}
{{ thumb_formset.management_form }} {% for thumb_form in thumb_formset %}
{{ thumb_form }}
{% endfor %}
{% endblock %}