{% load location_tags %} Testpage for location tags {% for location in locations %}

{{ location.name }}

{% show_gmap location %}

Lat{{ location.latitude }}
Long{{ location.longitude }}
Street address{{ location.street_address }}
Street number{{ location.street_number }}
City{{ location.city }}
Zip/postal code{{ location.zip_code }}
Country{{ location.country_name }}
Country code{{ location.country_code }}


{% endfor %}