{% for item in data %}
- {{ item.name }} + {{ item.surnames }}
- {{ item.fullName() }}
{% endfor %}

