Otra localidad: {{ resource_data|val_from_key:"Ubicación 2"|val_from_key:"Otra localidad" }}
Coordenadas / Geometría:
{% if resource_data|val_from_key:"Ubicación 2"|has_key:"Coordenadas / Geometría" %}
{% with gis_vector=resource_data|val_from_key:"Ubicación 2"|val_from_key:"Coordenadas / Geometría"|val_from_key:"@value"|json_to_obj %}
{% for gis in gis_vector.features %}
{{ gis.geometry }}
{% endfor %}
{% endwith %}
Geometría principal: {{ resource_data|val_from_key:"Ubicación 2"|val_from_key:"Coordenadas / Geometría"|val_from_key:"Tipo de geometría" }}
Patrimonio Cultural Departamental: {{ resource_data|val_from_key:"Marco legal"|val_from_key:"Patrimonio Cultural Departamental" }}
Patrimonio Cultural Nacional: {{ resource_data|val_from_key:"Marco legal"|val_from_key:"Patrimonio Cultural Nacional" }}
Patrimonio Cultural Municipal: {{ resource_data|val_from_key:"Marco legal"|val_from_key:"Patrimonio Cultural Municipal" }}
{% endif %}
Características
{% if resource_data|has_key:"Características" %}
{% for desc in resource_data|val_from_key:"Características" %}
{% if desc == "Principales transformaciones de la expresión Cultural" or desc == "Riesgos y amenazas" %}
Historias de vida (música, canto y danza) : {{ resource_data|val_from_key:"Características"|val_from_key:desc|val_from_key:"Historias de vida (música, canto y danza)" }}
Género musical : {{ resource_data|val_from_key:"Características"|val_from_key:desc|val_from_key:"Género musical" }}
Forma musical (subgénero) : {{ resource_data|val_from_key:"Características"|val_from_key:desc|val_from_key:"Forma musical (subgénero)" }}
Entidad administrativa : {{ resource_data|val_from_key:"Responsables"|val_from_key:"Entidad administrativa" }}
{% if resource_data|val_from_key:"Responsables"|has_key:"Responsable" %}
{% for item in resource_data|val_from_key:"Responsables"|val_from_key:"Responsable" %}
{% if resource_data|has_key:"Información gráfica" and resource.print_imgs %}
Anexo de imágenes
{% for medio in resource_data|val_from_key:'Información gráfica'|val_from_key:'Medio de información' %}
{% if medio.formato in "image/bmp, image/gif, image/jpg, image/jpeg, image/png, image/tif, image/tiff" %}