{{ presence }} {% if node.title %} {{ node.title }}{% if node.required %}*{% endif %} {% endif %} {% if node.help_text %}
{{ node.help_text }}
{% endif %} {% if show_presence_toggle and not node.required and not node.read_only %} {% endif %}
{% for child in children %}{{ child }}{% endfor %}