{% extends 'home/base.html' %} {% block content %}
{% for profile in profile_list %}

@{{ profile.user }}

{% if profile.location %}

{{ profile.location }}

{% endif %}
{% endfor %}
{% endblock content %}