{% extends "package/read_base.html" %}
{% block subtitle %}{{ _('Followers') }} - {{ c.pkg_dict.title or c.pkg_dict.name }}{% endblock %}
{% block primary_content_inner %}
{{ _('Followers') }}
{% snippet "user/snippets/followers.html", followers=c.followers %}
{% endblock %}