{% extends 'smartshare/base.html' %} {% block title %}Shared Locations{% endblock %} {% block body %}

Shared Locations {{ user }}
{% for location in locations %} {{ location.path }} {% endfor %}
{% endblock %}