{% load i18n thumbnail %} {% include 'sb_admin/widgets/includes/field_label.html' %}
{% trans 'or move here' %} {% if not subwidget and widget.form_field.help_text %}

{{ widget.form_field.help_text }}

{% endif %}
{% if widget.is_initial %} {{ widget.value }} {% endif %}
{% if widget.is_initial and not widget.required %} {% endif %}
{% include "sb_admin/widgets/input.html" %}