{% extends "default.html" %} {% block content %}
@{{u.username}}'s followers
{% if v.id == u.id %} {% endif %} {% for follow, user in users %} {% if v.id == u.id %} {% endif %} {% endfor %}
# Name Following since
{{loop.index}} {% include "user_in_table.html" %} 1599343262 %}data-time="{{follow.created_utc}}"{% endif %}>
Remove follow
{% endblock %}