{% extends "base.html" %} {% block navbar %} {% with thispage="home" %} {% include "navbar.html" %} {% endwith %} {% endblock navbar %} {% block sidebar %} {% with thispage="home" %} {% include "sidebar.html" %} {% endwith %} {% endblock sidebar %} {% block bodycontent %} {% with thispage="home" %} {% include "breadcrumbs.html" %} {% endwith %} {% 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 %} {% ifchanged each.1 %}
{{each.1}}
{% endifchanged %}
{{each.2}}
{% 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 %}