{% extends 'base.html' %} {% block content %} List of all the users: {% for user in userlist %} {{ user.username }} {% endfor %} {% endblock %}