{% load i18n %} {% load staticfiles %} {% if invalid %}

{% trans 'Return to image' %}

{% endif %} {% if notauthorized %} {% endif %} {% if error %} {% endif %} {% if deleted %}

{% trans 'Image removed' %}

{% trans 'Return to image on map' %}

{% else %}
{{grimage.comment}}

{% trans 'Are you sure to delete image ?' %}

{% csrf_token %} {{ delgeoimageform.as_p }}
{% endif %}