{% for item in items %}
  • {% include "ui/attrs/object.html" with value=item.value group=item.group linkify=linkify colored=colored only %}
  • {% endfor %} {% if overflow_indicator %}
  • {{ overflow_indicator }}
  • {% endif %}