{% extends "base.html" %} {% load profile_tags %} {% block title %}Find and Add Friends - {{ block.super }}{% endblock %} {% block main_content %}
{% if q %}No results for the given query
{% else %} {% for person, friend in users %}Don’t see any people you know? Check out the list of newest users to see if you know anyone there.
{% endblock %}