{% extends 'base.html' %}{% comment %}STORE LOCATOR PAGE{% endcomment %} {% block page-seo %} Find A Dealer | Gordini Canada {% endblock %} {% block body-id %}store{% endblock %} {% block content %}
{% if count > 0 %} {% endif %}
{% if stores %}
    {% for store in stores %}
  • {{ store.company_name }}

    {{ store.adress1 }}
    {{ store.city }}, {{ store.state }}
    {% if store.zip_code %} {{ store.zip_code }}
    {% endif %} {% if store.phone_number %} {{ store.phone_number }}
    {% endif %} {% if store.website %} {{ store.website }}
    {% endif %} View on map
  • {% endfor %}
{% endif %}
{% endblock content %}