{% extends "../../_collapsible_box.html" %} {% load i18n %} {% load static %} {% load content_filters %} {% load widget_tweaks %} {% load poi_filters %} {% block collapsible_box_icon %} wrench {% endblock collapsible_box_icon %} {% block collapsible_box_title %} {% translate "Actions" %} {% endblock collapsible_box_title %} {% block collapsible_box_content %}
{% translate "You cannot archive a location which is referenced by an event." %}
{% blocktranslate count counter=poi_form.instance.events.count trimmed %}
To archive this location, you have to delete this event first:
{% plural %}
To archive this location, you have to delete these events first:
{% endblocktranslate %}
{% translate "You cannot archive a location which is referenced by a contact." %}
{% blocktranslate count counter=poi_form.instance.contacts.count trimmed %}
To archive this location, you have to delete this contact first:
{% plural %}
To archive this location, you have to delete these contacts first:
{% endblocktranslate %}
{% translate "You cannot delete a location which is referenced by an event." %}
{% blocktranslate count counter=poi_form.instance.events.count trimmed %}
To delete this location, you have to delete this event first:
{% plural %}
To delete this location, you have to delete these events first:
{% endblocktranslate %}
{% translate "You cannot delete a location which is referenced by a contact." %}
{% blocktranslate count counter=poi_form.instance.contacts.count trimmed %}
To delete this location, you have to delete this contact first:
{% plural %}
To delete this location, you have to delete these contacts first:
{% endblocktranslate %}