{% include 'partials/_header.html' %}
{{ stats.summary.mutual_follows }}
Mutuals
{{ stats.summary.fans_count }}
Fans
{{ stats.summary.not_followback_count }}
Unrequited
{{ stats.summary.followback_ratio }}%
Success Rate
{% for section in sections %}
{{ section.title }}
{{ section.data|length }}
{% endfor %}
{% for section in sections %}
Sorted by Letterboxd default (recency) {% if section.ratio_label %}· {{ section.ratio_label|safe }}{% endif %}
{% for user in section.data %}
{{ user[0]|upper }}
@{{ user }}
View Profile →
{% endfor %}
{% endfor %} {% include 'partials/_footer.html' %}