{% extends "default.html" %} {% block pagetitle %}Users followed by @{{u.username}}{% endblock %} {% block content %}
Users followed by @{{u.username}} ({{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 %}>
Unfollow
{% endblock %} {% block pagenav %} {% include "pagination.html" %} {% endblock %}