{% comment %}
minor modification of django/forms/widgets/clearable_file_input.html to render file input inline with widget.input_text
{% endcomment %}
{% if widget.is_initial %}
{{ widget.initial_text }}: {{ widget.value }}
{% if not widget.required %}
{% endif %}
{{ widget.input_text }}:
{% endif %}