{% extends "ontologies_base.html" %} {% block content %}
Home (back to list of all lists or ontologies)
Title or ID:

{{ ontologies.title|default:ontologies.id }}

{% if ontologies.uri %} URI: {{ ontologies.uri }} {% endif %} {% if ontologies.file.name %} File: {{ ontologies.file.name }} {% endif %} {% if ontologies.description %} {{ ontologies.description }} {% endif %}

Actions

Edit settings Apply ontology
{% endblock content %}