{% extends "splitter_base.html" %} {% block main_column %} {% if 0 %}

 Table of Contents

{% endif %} {# ANNOTATIONS SECTION #} {% if ontology.annotations %}

 Metadata

{% for each in ontology.annotations %} {% ifchanged each.1 %} {% if not forloop.first %}{% endif %}
{{each.1}}
{% endifchanged %}
{{each.2}}
{% endfor %}
{% endif %} {# Metrics SECTION #}

 Metrics

{% for each in ontograph.stats %}
{{each.0}}
{{each.1}}
{% endfor %}
{# Namespaces SECTION #} {% if ontograph.namespaces %}

 Namespaces

{# #} {% for x, y in ontograph.namespaces %} {% endfor %}
PrefixFull url
{{x|default:":"}} {{y}}
{% endif %} {% endblock main_column %}