{% load static i18n %}
{% trans 'File' %}
{% if not widget.required and widget.is_initial %}
{% endif %}
{% if widget.is_initial %} get_app
{% else %}

{% if widget.file_name %} {% trans 'Cached' %}: {{ widget.file_name }}
{% endif %}

{% endif %}