{% extends "misago/userslists/base.html" %} {% load i18n misago_avatars misago_batch misago_pagetitle misago_shorthands misago_stringutils %} {% block title %}{% pagetitle rank.name page=paginator.page %} | {{ block.super }}{% endblock %} {% block meta-description %} {% blocktrans trimmed with rank=rank.name users=users.paginator.count count counter=users.paginator.count %} There is {{ users }} user with {{ rank }} rank. {% plural %} There are {{ users }} users with {{ rank }} rank. {% endblocktrans %} {{ rank.description|default:"" }} {% endblock %} {% block content %} {{ block.super }}
{% if user.title %} {{ user.title }} {% endif %} {% blocktrans trimmed with joined_on=user.joined_on|date %} Joined on {{ joined_on }} {% endblocktrans %}
{% trans "There are no users with this rank at the moment." %}
{% endif %}