{{ _('{name}\'s Followers').format(name=c.user_dict.display_name) }}
-
{% for follower in c.followers %}
- {{ h.linked_user(follower['name'], maxlength=20) }} {% endfor %}
{% extends "page.html" %} {% block title %}{{ _('Followers') }} - {{ super() }}{% endblock %} {% block breadcrumb_content %}