{% extends "page.html" %} {% block title %}{{ _('Followers') }} - {{ c.pkg_dict.title or c.pkg_dict.name }} - {{ super() }}{% endblock %} {% block primary_content %}

{{ _('Followers') }}

{% if c.followers %} {% else %}

{{ _('No followers') }}

{% endif %}
{% endblock %}