{% for item in items %}
-
{% if item.avatar %}
{{ item.avatar }}
{% endif %}
{{ item.label }}
{% if item.sublabel %}
{{ item.sublabel }}
{% endif %}
{{ item.value }}
{% if item.subvalue %}
{{ item.subvalue }}
{% endif %}
{% empty %}
No data
{% endfor %}