Back to Netbox

Clearable File Input

netbox/utilities/templates/widgets/clearable_file_input.html

4.6.7225 B
Original Source

{% load i18n %}

{% if widget.is_initial %} {{ widget.value }} {% if not widget.required %}
{{ widget.clear_checkbox_label }} {% endif %} {% else %} {% trans "None assigned" %} {% endif %}