{% extends "locations/base.html" %} {% load locations_tags %} {% load base_filters %} {% load i18n %} {% block title %}{{ block.super }}{{ location.location_name }}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}
{% location_nav request.user location %}

{% firstof location.location_name "Untitled" %}

{{ location.address }}
{{ location.city }}, {{ location.state }} {{ location.zipcode }}

{{ location.phone|phonenumber }}

{{ location.email }}

{{ location.description|safe|linebreaks }}
{% endblock %}