{% extends "views/components/widgets/base.htm" %} {% load i18n %} {% block form %}

{% trans "Upload Documents" %}

{% trans "Drag & Dop your files onto this panel" %}


{% trans "Adding documents to this record is " %} {% trans "optional." %}
{% trans "You may upload as many documents as you wish, but the maximum size of any single file is " %}

{% trans "Uploaded Files" %}

{% endblock form %} {% block config_form %}
{% trans "Accepted Files" %}
{% trans "Max File Size (mb)" %}
{% endblock config_form %} {% block report %}
{% trans "None" %}
{% endblock report %} {% block display_value %} {% endblock display_value %}