{% load i18n %} {% load icons %} {% if simple %} {{ items.0.content }} {% else %}
{% for item in items %}
{% if item.title %}
{{ item.title }}
{% endif %}
{% if unit %} {% endif %} {{ item.content }}
{% endfor %}
{% endif %}