{% extends 'aristotle_mdr/base.html' %} {% block title %}Browsing Object Classes{% endblock %} {% block content %}

Browsing Object Classes

{% if items %}

This is a list of all visible object classes stored in the registry. Click the name of any item below to see associated data element concepts.

{% for i in items %}
{{ i.name }}
{{ i.definition|truncatewords:20|striptags }}
{% endfor %}
{% else %} No object classes in this registry. {% endif %}
{% endblock %}