{% extends "html-multi/base.html" %} {% block navbar %} {% set thispage="home" %} {% include "html-multi/navbar.html" %} {% endblock navbar %} {% block sidebar %} {% set thispage="home" %} {% include "html-multi/sidebar.html" %} {% endblock sidebar %} {% block bodycontent %} {% set thispage="home" %} {% include "html-multi/breadcrumbs.html" %} {% if 0 %}
{% include "onto_header.html" %}
{% endif %}
{# first column #}
{% if ontologies%} {% for ontology in ontologies %}

Ontology Metadata

{#
{{ ontology.uri }}
#}
URI
{{ ontology.uri }}
{% if ontology.annotations() %}
{% for each in ontology.annotations() %} {% if each.1 != variable_watcher %}
{{each.1}}
{% set variable_watcher = each.1 %} {% else %}{% endif %}
{{each.2|linebreaks}}
{% endfor %}
{% else %} No metadata available {% endif %}
{% endfor %} {% endif %}

Metrics

{% for each in stats %} {% if each.0 != "Data Sources" %}
{{each.0}}
{{each.1}}
{% endif %} {% endfor %}
{# END first column #} {# second column #}
{% if namespaces %}

Namespaces

{% for x, y in namespaces %}
{{x|default(":")}}
{{y}}
{% endfor %}
{% endif %}
{# END second column #}
{% endblock bodycontent %} {% block extrajs %} {% endblock extrajs %}