{% 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 "partial/_common_libs.html" with jquery=1 %} {% if is_followers_page %} {% else %} {% endif %}
{% include 'partial/_navbar.html' %}
{% trans '关注的人' %}
{% trans '更多' %}
{% trans '被他们关注' %}
{% trans '更多' %}
{% include 'partial/_footer.html' %}
{% if user == request.user %} {% else %} {% endif %}