{% extends "base.html" %} {% block content %} {% for user in relationship_list %}

{{ user.username }}

{% endfor %} {% endblock %}