{% extends "misago/profile/base.html" %} {% load i18n misago_avatars misago_batch %} {% block title %}{% trans "Followers" %} | {{ block.super }}{% endblock %} {% block section %}
{% if user.title %} {{ user.title }} {% endif %} {% blocktrans trimmed with joined_on=user.joined_on|date %} Joined on {{ joined_on }} {% endblocktrans %}
{% if is_authenticated_user %} {% trans "You have no followers." %} {% else %} {% blocktrans trimmed with username=profile.username %} {{ username }} has no followers. {% endblocktrans %} {% endif %}
{% endif %}