{% spaceless %} {% load i18n filer_admin_tags staticfiles thumbnail %}
{% trans "Bummer, your file didn't find its ways to the server" %}
{% trans "Wrong file type, upload/choose another file" %}
{{ rawid_input }}
{% block preview %} {% if file_object %} {% if file_object.icons.32 %} {{ file_object.label }} {% else %} {% trans 'File is missing' %} {% endif %} {% else %} {% trans 'No file' %} {% endif %} {% endblock %}
{% trans 'Drop file here' %}
{% trans 'Wrong file type, drop another file' %}
{% endspaceless %}