{% extends "admin/django_loci/location_change_form.html" %}
{% load i18n %}
{% block messages %}
{{ block.super }}
{% if original and estimated_enabled and original.is_estimated %}
{% trans "This location is estimated based on the device's last IP address. Edit the coordinates or address to increase accuracy and clear the estimated flag." %}