{% extends "profiles/base.html" %} {% load avatar_tags %} {% block content %}
{% for profile in object_list %} {% if profile.user %} {% endif %} {% endfor %}
{% endblock %}