{% extends parent_template|default:"apis_datamodel/base.html" %} {% block title %}Relation Matrix{% endblock %} {% block dm_head %} {% endblock dm_head %} {% block dm_content %}

Relation Matrix

{% for model_name in column_models %} {% endfor %} {% for row in rows %} {% for cell in row.cells %} {% endfor %} {% endfor %}
Subject \ Object{{ model_name }}
{{ row.subj_model }} {% if cell.labels %} {% for label in cell.labels %}
{{ label }}
{% endfor %} {% else %} - {% endif %}
{% endblock dm_content %}