{% extends 'map/Base.html' %} {% block zephyrusMap %}
{% for position in positionList %} {% endfor %}
Region Name Tel Email Address Coordinate
{{ position.region }} {{ position.name }} {{ position.tel }} {{ position.email }} {{ position.address }} {{ position.coordinate }}
{% endblock %}