{% for user in users %}
{% if user.image %} Profile Image {% else %} {% endif %} {{ user['name'] }}
Projects {{user.count_projects()}}
{% endfor %}