{{ presence }}{{ count }} {% if node.title %}{{ node.title }}{% if node.required %}*{% endif %}{% endif %} {% if node.help_text %}
{{ node.help_text }}
{% endif %} {{ count.errors }}
{% for item in items %}{{ item }}{% endfor %}
{% if not node.read_only %} {% if not node.required %}{% endif %} {% endif %}