{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %} Find a fish club near you {% endblock %} {% load static %} {% block extra_js %} {% if google_maps_api_key %} {% else %} {% endif %} {% endblock %} {% block content %}

Find a fish club near you

{% if google_maps_api_key %}
{% else %}
Club maps are unavailable until a Google Maps API key is configured.
{% endif %}
{% if not has_user_location and not request.is_mobile_app %} {{ location_message }} {% endif %}
Something missing? {% if not request.user.is_authenticated %}Sign in to report an issue{% else %}Contact me at {{ admin_email | urlize }}{% endif %}.
{% endblock %}