{% extends "misago/userslists/base.html" %} {% load i18n misago_pagetitle misago_shorthands misago_stringutils %} {% block title %}{% pagetitle rank.name page=paginator.page %} | {{ block.super }}{% endblock %} {% block meta-description %} {{ rank.description|default:"" }} {% blocktrans trimmed count users=paginator.count %} {{ users }} user have this rank. {% plural %} {{ users }} users have this rank. {% endblocktrans %} {% endblock %} {% block meta-extra %} {% if paginator.page > 1 %} {% else %} {% endif %} {% if paginator.previous > 1 %} {% elif paginator.previous %} {% endif %} {% if paginator.next %} {% endif %} {% endblock meta-extra %} {% block og-title %} {{ rank.name }} {% endblock og-title %} {% block og-description %} {% if rank.description %} {{ rank.description }} {% endif %} {% blocktrans trimmed count users=paginator.count %} {{ users }} user have this rank. {% plural %} {{ users }} users have this rank. {% endblocktrans %} {% endblock og-description %} {% block og-url %}{{ SITE_ADDRESS }}{{ rank.get_absolute_url }}{% endblock %} {% block content %} {{ block.super }}
{% trans "There are no users with this rank at the moment." %}
{% endif %}