{% load i18n %}
{% blocktrans count counter=count %} One follower {% plural %} {{ counter }} followers {% endblocktrans %}
{% if user.is_authenticated and user != object.user %} {% include "foirequestfollower/follow_form.html" %} {% endif %}