{% extends "default.html" %} {% block pagetitle %}@{{u.username}}'s followers{% endblock %} {% block content %}
@{{u.username}}'s followers ({{total}} user{{macros.plural(total)}})
{% endif %} {% for follow, user in users %} {% if v.id == u.id %} {% endif %} {% endfor %}
Name Following since {% if v.id == u.id %}
{% include "user_in_table.html" %} 1599343262 %}data-time="{{follow.created_utc}}"{% endif %}>
Remove follow
{% endblock %} {% block pagenav %} {% include "pagination.html" %} {% endblock %}