{% 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 %}
{% include "partial/_navbar.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 "partial/_sidebar.html" %}
{% include "partial/_footer.html" %}