{% extends "mapentity/mapentity_detail_attributes.html" %} {% load i18n mapentity_tags %} {% block attributes %}

{% trans "Attributes" %}

{% include "altimetry/elevationinfo_fragment.html" %} {% include "common/publication_info_fragment.html" %} {% include "mapentity/trackinfo_fragment.html" %}
{{ object|verbose:"structure" }} {{ object.structure }}
{{ object|verbose:"name" }} {{ object.name }}
{{ object|verbose:"type" }} {{ object.type }}
{{ object|verbose:"condition" }} {{ object.condition }}
{{ object|verbose:"description" }} {% if object.description %}{{ object.description|safe|linebreaks }} {% else %}{% trans "None" %}{% endif %}
{{ object|verbose:"accessibility" }} {% if object.accessibility %}{{ object.accessibility|safe|linebreaks }} {% else %}{% trans "None" %}{% endif %}
{{ object|verbose:"implantation_year" }} {{ object.implantation_year|default:"" }}
{{ object|verbose:"usage_difficulty" }} {{ object.usage_difficulty|default:"" }}
{{ object|verbose:"maintenance_difficulty" }} {{ object.maintenance_difficulty|default:"" }}
{{ object|verbose:"access" }} {{ object.access|default:"" }}
{% trans "External id" %} {% if object.eid %}{{ object.eid|safe }} {% else %}{% trans "None" %}{% endif %}
{% trans "Provider" %} {% if object.provider %}{{ object.provider|safe }} {% else %}{% trans "None" %}{% endif %}
{{ block.super }} {% endblock attributes %}