{% load i18n %}
{% trans "Location Description" %}
{% trans "No descriptions recorded" %}
{% if 'PLACE_E53' in report_info.source.graph %} {% for PLACE_E53 in report_info.source.graph.PLACE_E53 %} {% if 'PLACE_SITE_LOCATION_E53' in PLACE_E53 %} {% for PLACE_SITE_LOCATION_E53 in PLACE_E53.PLACE_SITE_LOCATION_E53 %} {% if 'DESCRIPTION_OF_LOCATION_E62' in PLACE_SITE_LOCATION_E53 %} {% for DESCRIPTION_OF_LOCATION_E62 in PLACE_SITE_LOCATION_E53.DESCRIPTION_OF_LOCATION_E62 %} {% if DESCRIPTION_OF_LOCATION_E62.DESCRIPTION_OF_LOCATION_E62__value != '' %}
{{DESCRIPTION_OF_LOCATION_E62.DESCRIPTION_OF_LOCATION_E62__value | safe}}
{% endif %} {% endfor %} {% endif %} {% endfor %} {% endif %} {% endfor %} {% endif %}