{% extends "misago/profile/base.html" %} {% load i18n %} {% block title %}{% trans "Follows" %} | {{ block.super }}{% endblock %} {% block og-title %}{% trans "Follows" %} | {{ block.super }}{% endblock %} {% block twitter-title %}{% trans "Follows" %} | {{ block.super }}{% endblock %} {% block section %}
{% if is_authenticated_user %} {% trans "You are not following any users." %} {% else %} {% blocktrans trimmed with username=profile.username %} {{ username }} is not following any users. {% endblocktrans %} {% endif %}
{% endif %}