{% load static %} {% load i18n %} {% load l10n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load thumb %} {% block title %}{{ site_name }} - {{ user.mastodon_username }}{% endblock %} {% include "common_libs.html" with jquery=0 v2=1 %} {% include "_header.html" %}
{% block head %}{{ user.mastodon_username }}{% endblock %}
{% for member in members %} {% with "list_item_"|add:member.item.class_name|add:".html" as template %} {% include template with item=member.item mark=member.mark hide_category=True %} {% endwith %} {% empty %}
{% trans '无结果' %}
{% endfor %}
{% include "_sidebar.html" with show_profile=1 %}
{% include "partial/_footer.html" %}