{% load static %} {% load i18n %} {% load l10n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load thumb %} {{ site_name }} - {{ user.mastodon_username }} {{ list_title }}
{% include "partial/_navbar.html" %}
{{ user.mastodon_username }} {{ list_title }}
    {% for mark in marks %} {% include "partial/list_item.html" with item=mark.item hide_category=True %} {% empty %}
    {% trans '无结果' %}
    {% endfor %}
{% include "partial/_sidebar.html" %}
{% include "partial/_footer.html" %}