{% for user in results %}
{{user.name}}
Last Online: {{user.last_seen}}
{% endfor %}