{% extends 'layouts/layout.html' %} {% block body %}

Here are all your users in the database

{% for person in participants: %} {{ person.workerid }}   {{ person.ipaddress }}
{% endfor %} {% endblock %}