{% 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 %} {% 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 %}
{{each.0}}
{{each.1}}
{% endfor %} {% for foo in sources %}
  • {{ foo }}
  • {% 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 %}