{% extends "misago/profile/base.html" %} {% load i18n %} {% block title %}{% trans "Followers" %} | {{ block.super }}{% endblock %} {% block og-title %}{% trans "Followers" %} | {{ block.super }}{% endblock %} {% block twitter-title %}{% trans "Followers" %} | {{ block.super }}{% endblock %} {% block section %}
{% if is_authenticated_user %} {% trans "You have no followers." %} {% else %} {% blocktrans trimmed with username=profile.username %} {{ username }} has no followers. {% endblocktrans %} {% endif %}
{% endif %}