{# This data-id "outletsGoogleMap" defines the div, that holds the actual map. The other id attribute is just for styling and reference. #}
{{ country.name }}
{% for outlet in object_list %}
{# data-class is required to be outletDetails for the map markers to display. Keep it on the element above the lat/lon inputs to have markers visible on the map. #}
{# data-id is required on the anchor, that centers the map on the related map marker. The data-class=outletMapMarkerCenter is required to identify the anchor, that centers the map. #}