{% extends parent_template|default:"apis_datamodel/base.html" %} {% block title %}Relation Matrix{% endblock %} {% block dm_head %} {% endblock dm_head %} {% block dm_content %}
| Subject \ Object | {% for model_name in column_models %}{{ model_name }} | {% endfor %}
|---|---|
| {{ row.subj_model }} | {% for cell in row.cells %}
{% if cell.labels %}
{% for label in cell.labels %}
{{ label }}
{% endfor %}
{% else %}
-
{% endif %}
|
{% endfor %}