{{ config.NAME }} @{{ config.USERNAME }}@{{ config.DOMAIN }} {% if not session.logged_in %}Remote follow{% endif %} {% if not request.path.startswith('/admin') %}
{{ config.SUMMARY | safe }}
{% endif %}
{% if not request.path.startswith('/admin') %}
  • Notes {{ notes_count }}
  • {% if session.logged_in %}
  • With replies {{ with_replies_count }}
  • {% endif %}
  • Liked {{ liked_count }}
  • Followers {{ followers_count }}
  • {% if not config.HIDE_FOLLOWING or session.logged_in %}
  • Following {{ following_count }}
  • {% endif %}
{% endif %}