{% 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 %} {{ rank.description|default:"" }} {% 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 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 %}