{% if widget.is_initial and not widget.attrs.checked %}
{{ widget.display_name }}
{% else %}
{{ MS_TRANS.archive_file_empty_title|default:"No file selected" }}
{% endif %}
{% if widget.is_initial and not widget.attrs.checked %}
{{ MS_TRANS.archive_file_current_meta|default:"Current file on this record." }}
{% else %}
{{ MS_TRANS.archive_file_empty_meta|default:"Drop a file here or use the actions." }}
{% endif %}