{# base template for file upload widget - contains form caller buttons, place for file info placing #} {% load i18n %}
{# relative path to the file, is changed with JS during AJAX file upload #} {# container for file info #}
{{ file_info }}
{# control buttons; visibility is managed by JS #}
  
{# widget registration; there is a lot of magic - it has to work for widgets in base form, inline forms, hidden inline form and jQuery plugin managed temporary inline forms #}