{% extends "default.html" %} {% block pagetitle %}Users followed by @{{u.username}}{% endblock %} {% block content %}
Users followed by @{{u.username}}
{% if v.id == u.id %} {% endif %} {% for user in users %} {% if v.id == u.id %} {% endif %} {% endfor %}
Name
{% include "user_in_table.html" %}
Unfollow
{% endblock %} {% block pagenav %} {% endblock %}