{% extends "default.html" %} {% 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
{{loop.index}} {% include "user_in_table.html" %}
Unfollow
{% endblock %}