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

{% trans "Attributes" %}

{% include "altimetry/elevationinfo_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 }} {% else %}{% trans "None" %}{% endif %}
{{ object|verbose:"implantation_year" }} {{ object.implantation_year|default:"" }}
{{ object|verbose:"published" }} {{ object.published|yesno|title }}
{{ block.super }} {% endblock attributes %}