{% extends "views/forms/base.htm" %} {% load i18n %} {% block form_content %} {% if resourcetypeid != 'ACTOR.E39' %}
{% trans 'Mapped Locations' %}
{% trans 'This resource is represented by the following geometries:' %}
{% trans "No geometries defined" %}
 

{% endif %}
{% trans 'Addresses' %}
{% trans 'This resource has the following addresses:' %}
{% trans "No Addresses Defined" %}
  ()

{% trans 'Location Description' %}
{% if resourcetypeid != 'ACTOR.E39' %} {% if resourcetypeid != 'ACTIVITY.E7' and resourcetypeid != 'HERITAGE_RESOURCE_GROUP.E27' and resourcetypeid != 'HISTORICAL_EVENT.E5' %}
{% trans 'Settings' %}
{% trans 'This resource has the following Settings:' %}
{% trans "No Settings Defined" %}
{% endif %}
{% trans 'Administrative Areas' %}
{% trans 'This resource is located in the following Administrative Areas:' %}
{% trans "No Administrative Areas Defined" %}
  ()
{% if resourcetypeid != 'ACTIVITY.E7' and resourcetypeid != 'HISTORICAL_EVENT.E5' %}
{% trans 'Cadastral References' %}
This resource is related to the following Parcels:
{% trans "No Parcels Defined" %}
{% endif %} {% endif %} {% endblock form_content %}