{% load static %} {% load i18n %} {% load l10n %} {% load mastodon %} {% load thumb %} {% get_current_language as LANGUAGE_CODE %} {% block title %}{{ site_name }} - {{ identity.display_name }}{% endblock %} {% include "common_libs.html" %} {% include "_header.html" %}
{% block head %}{{ identity.display_name }}{% endblock %}
{% for member in members %} {% include "_list_item.html" with item=member.item mark=member.mark hide_category=True %} {% empty %}
{% trans 'nothing so far.' %}
{% endfor %}
{% include "_pagination.html" %}
{% block sidebar %} {% include "_sidebar.html" with show_profile=1 %} {% endblock %}
{% include "_footer.html" %}