{% extends "imadj/base.html" %} {% load rl %} {% block extrahead %} {% endblock %} {% block content %}

Image upload preview for {{id}}

preview of your image
{% if format %}

Format

{{format}}, {{width}}x{{height}}

{% endif %} {%if already_present %}

ALREADY PRESENT IN OUR SYSTEM! Click here to see details.

{% else %} {% if possible_sizes %}

Image size

{% for size in possible_sizes %}

{{ size }}

{% endfor %} {% endif %} {# Django templates are useless... #} {% pyexec choosebox = format == 'PDF' and len(boxes) > 1 %} {% if choosebox %}

Cropping

Which box to use?

{% for box, burl in boxes %}

{% endfor %} {% endif %} {% endif %}
{% if size %}

Description

Caption

Tags

{% if settings.IMADJ_CUSTOM_ATTIBUTES %}
{% for key, value in settings.IMADJ_CUSTOM_ATTIBUTES %}

{{ value }}

{% endfor %} {% endif %}

{% csrf_token %}

{% else %}

This image does not match a known size in our database. Please check it is the correct size and then attempt to upload it again.

{% endif %}
{% endblock %}