{% load static %} {% if widget.is_initial %}
{% endif %} {% include 'django/forms/widgets/file.html' %} {% if not widget.required and widget.value %} {% endif %} {% if widget.is_initial %}
{{ widget.initial_text }}: {{ widget.value|truncatechars:50 }} {% endif %}