{% extends "base.html" %} {% load humanize %} {% block title %}Location Map{% endblock %} {% block extra_css %}{% endblock %} {% block content %} {% include "includes/sidenav.html" %}
View locations around the world
{% if location.city %}{{ location.city }}{% endif %} {% if location.city and location.country %},{% endif %} {% if location.country %}{{ location.country }}{% endif %}
{% endif %}No locations found
Try selecting a different location type