{% extends "base.html" %} {% load profile_tags %} {% block title %}Friend List - {{ block.super }}{% endblock %} {% block main_content %} {% ifequal list_type "followers" %}
No friends listed
{% else %} {% for friend in friends %} {% person friend %} {% endfor %} {% endifequal %} {% endblock %}