{% load static %} {% if widget.is_initial %}

{% if not widget.required %} {% endif %}
{% endif %} {% include 'django/forms/widgets/file.html' %} {% if widget.is_initial %}

{{ widget.initial_text }}: {{ widget.value|truncatechars:50 }} {% endif %}