{% for user in pagedata['users'] %} {% endfor %}

{{ user.name }}

{% for tagLink in user.tags %} {{ tagLink.tag.name }} {% endfor %}