{% load moderation_tags %}

Location

{% if location.street_address %}
{{ location.street_address }}
{% endif %}
{% if location.city %}{{ location.city }}{% endif %} {% if location.state %}, {{ location.state }}{% endif %} {% if location.postal_code %} {{ location.postal_code }}{% endif %}
{% if location.country %}
{{ location.country }}
{% endif %}