{% load i18n %} {# Persistent file widget: shows existing file + replace/remove controls, or a normal file input. #} {% if widget.has_file %}
{% if widget.file_url %} {{ widget.display_name }} {% else %} {{ widget.display_name }} {% endif %} {% if widget.delete_url %} {% endif %}
{% translate "Uploading a new file replaces the existing one." %}
{% else %} {% endif %}