{% extends 'aristotle_mdr/base.html' %} {% load util_tags %} {% block title %}Browsing Data Element Concepts based on {{ objectClass.name }}{% endblock %} {% block content %}

Browsing Data Element Concepts based on {{ objectClass.name }}

About {{ objectClass.name }}
{{ objectClass.definition|bleach }}
{% if items %}

This is a list of all visible data element concepts based on the object class {{ objectClass.name }}. Click the name of any item below to see associated data element concepts.

{% for i in items %}
{{ i.property.name }} ({{ i.name }})
{{ i.definition|truncatewords:20|striptags }}
{% endfor %}
{% else %} No data element concepts are based on this Object Class. {% endif %}
{% endblock %}