{% load static %} {% load i18n %} {% load l10n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load thumb %} {% block title %}{{ site_name }} - {{ identity.display_name }}{% endblock %} {% include "common_libs.html" with jquery=0 v2=1 %} {% 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 '暂无匹配的条目' %}
{% endfor %}
{% include "_pagination.html" %}
{% block sidebar %} {% include "_sidebar.html" with show_profile=1 %} {% endblock %}
{% include "_footer.html" %}