{% extends 'user/layout.html' %} {% load i18n %} {% load utilities %} {% block tabs %} {% with user|username as username %} {% endwith %} {% endblock %} {% block panel %}
{% for follow in follow_list %}
{% include 'snippets/follow_button.html' with user=follow followers_page=followers_page %}
{% endfor %} {% if not follow_list %} {% block nullstate %} {% endblock %} {% endif %}
{% include 'snippets/pagination.html' with page=follow_list path=request.path %} {% endblock %}