{% for item in data.items %}
-
{% if item.avatar %}
{{ item.avatar }}
{% endif %}
{{ item.label }}
{% if item.sublabel %}
{{ item.sublabel }}
{% endif %}
{{ item.value }}
{% if item.subvalue %}
{{ item.subvalue }}
{% endif %}
{% empty %}
-
Нет данных
{% endfor %}