{% for user in users %}
{{ user['name'] }}
Projects {{user.count_projects()}}
{% endfor %}