{% load i18n %}{% if widget.is_initial %}

{{ widget.initial_text }}{% trans ":" %} {{ widget.value }}{% if not widget.required %}   {% endif %}

{{ widget.input_text }}{% trans ":" %}

{% endif %}