GPS delivery pin
Refresh your exact coordinates when you move or want more accurate delivery support.
{% if profile.has_precise_location %}
GPS is saved for this account. Update it anytime if your delivery point changes.
{% else %}
No exact GPS saved yet. You can still use a manual address, but GPS improves delivery accuracy.
{% endif %}
{% if profile.location_updated_at %}
Last GPS update: {{ profile.location_updated_at|date:'M d, Y H:i' }}
{% endif %}