{% extends "base.html" %} {% block js %} {% endblock %} {% block content %} Logout
Select a friendlist {% for friendlist in friendlists %} {{ friendlist.name }} {% endfor %}
{% for friend in unlisted %} {{ friend.name }} {% endfor %}
{% for friend in listed %} {{ friend.name }} {% endfor %}
Discard changes