{% extends 'djiki/base.html' %} {% load i18n %} {% block title %}{% trans "New image" %}: {{ block.super }}{% endblock %} {% block djiki_main %}

{% if form.image %}{{ form.image.name }}{% else %}{% trans "New image" %}{% endif %}

{% csrf_token %} {{ form.as_p }}
{% endblock %}