{% load static %} {% load i18n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load highlight %} {% if is_followers_page %} {{ site_name }} - {% trans '被他们关注' %} {% else %} {{ site_name }} - {% trans '关注的人' %} {% endif %} {% include "common_libs.html" with jquery=1 v2=1 %} {% if is_followers_page %} {% else %} {% endif %} {% include "_header.html" %}
{% include "_sidebar.html" with show_profile=1 %}
{% include 'partial/_footer.html' %} {% if user == request.user %} {% else %} {% endif %}