{% load i18n thumbnail %}{% spaceless %}
{{ hidden_input }}
Browse or upload a file uploading new... {% if object %} {% if object.is_image %} {% thumbnail object.file size as thumb %} {{ object.label }} {% endif %} {{ object.label }} {% else %} {% trans 'no file selected' %} {% endif %} {% trans 'Browse' %} {% trans "Browse" %} {% trans 'Upload' %} {% trans "Upload" %} {% trans 'Edit' %} {% trans "Edit" %} {% trans 'Remove' %} {% trans "Remove" %}
{% comment %} as it was before {% endcomment %} {% endspaceless %}