{% if widget.is_initial %} {{ widget.initial_text }}: {% if widget.value %} {{ widget.display }} {% endif %} {% if not widget.required %} {{ widget.clear_checkbox_label }} {% endif %} {{ widget.input_text }}: {% endif %}