{% comment %} Include template for bulkfileupload fields. Template context variables: hiddenfieldname (required) Name of the hidden field used to submit the collection ID. singlemode (optional) If this is ``True``, we only allow a single file to be added to the collection. accept (optional) {% endcomment %} {% load i18n %} {% load cradmin_icon_tags %}
{% if dropbox_text %} {{ dropbox_text }} {% else %} {% if singlemode %} {% trans "Upload a file by dragging and dropping it here" %} {% else %} {% trans "Upload files by dragging and dropping them here" %} {% endif %} {% endif %}
{% endblock django-cradmin-bulkfileupload-dropbox-text %} {% block fileselectbutton-advanced %} {% endblock fileselectbutton-advanced %}