{% extends '__layout__.html' %} {% block title %}{{profile.username}}{% endblock %} {% block head %} {% endblock %} {% block content %}

{{profile.username}}'s Following

Following ( {{FollowCount}} )

{% for following in FollowUsers: %} {%endfor%}
{% if len(FollowUsers) <= 0: %}

No results found

{% endif %}
Previous

Page {{PageNumber}} of {{TotalPages}}

Next
{% endblock %}