{% extends "registry/list.html" %} {% block table_head_extn %} Principals Researchers Organisations {% endblock %} {% block table_row_extn %} {% for domainObject in domainObject.principals %} {% if domainObject.researcher.getRegisterKeyValue %} {{domainObject.researcher.getLabelValue}} {% endif %} {% endfor %} {% for domainObject in domainObject.researchers %} {% if domainObject.researcher.getRegisterKeyValue %} {{domainObject.researcher.getLabelValue}} {% endif %} {% endfor %} {% for domainObject in domainObject.organisations %} {% if domainObject.organisation.getRegisterKeyValue %} {{domainObject.organisation.getLabelValue}} {% endif %} {% endfor %} {% endblock %} {% block table_item_delete_btn %}{% endblock %}