{% load i18n %} {% if widget.is_initial %}
{{ widget.initial_text }}: {{ widget.value }}
{% if not widget.required %}
{% endif %}
{{ widget.input_text }}:
{% else %}
{% if widget.file_name %}
{% trans 'Cached' %}: {{ widget.file_name }}
{% trans 'Clear cache' %}:
{% endif %}
{% endif %}
{% if widget.is_initial %}