{% comment %} $Id: gabarit.html,v 1.1 2022/11/17 15:20:52 arenou Exp $ {% endcomment %} {% block detail %}
{{ msg.ontology_object_uri }} :
{{ entity.uri }}
Type :
{{ entity.typeLabel | join " / " }}
{% for key, elem in entity.infos %} {% if key == "indexwith" or key == "" %} {% else %}
{{elem.label}} :
{% for value in elem.values %} {% if !loop.first %} / {% endif %} {% if value.object %} {{value.object.isbd}} {% else %} {{value}} {% endif %} {% endfor %}
{% endif %} {% endfor %} {% endblock detail %}