{% extends "base.html" %} {% block extrahead %} {{ block.super }} {% endblock %} {% block extra_js %} {{ block.super }} {% endblock %} {% block content %}

Followers

{% for follower in followers %}
User Pic
{{ follower.get_full_name }}
@{{ follower.username }}

Info & Actions

{% endfor %}
{% endblock %}