{% extends "ishtar/forms/base_related_items.html" %} {% load i18n %} {% block form_head %} {{ block.super }} {% if form.too_many %}
{% trans "Many items are attached to this geographic item. Only the ten first of each type are displayed in this form." %}
{% endif %} {% endblock %}