{% import "macros.html" as macros %} {% extends "profile/base.html" %} {% block content %}
{{ icon "users-round" }} {{ text "auth:label.followers" }}
{% for item in list %}
Since {{ item[0].created }}
{{ components::user_card(user=item[1]) }}
{% endfor %}
{% endblock %}