{% block datarequests_followers %}
{% block heading %}

{{ datarequest.get('title') }}

{% endblock %} {% block nums %}
{{ _('Followers') }}
{{ h.SI_number_span(datarequest.followers) }}
{% endblock %} {% block follow_button %} {% endblock %}
{% endblock %}