{% extends "registry/list.html" %} {% block table_key_name %} Ethics Code {% endblock %} {% block table_head_extn %} Balance Principal Researchers Projects {% endblock %} {% block table_key_value %} {{domainObject.code}} {% endblock %} {% block table_row_extn %} {{ domainObject.numberRemaining }} {% for domainObject in domainObject.principalInvestigators %} {% if domainObject.researcher.getRegisterKeyValue %} {{domainObject.researcher.getLabelValue}} {% endif %} {% endfor %} {% for domainObject in domainObject.additionalResearchers %} {% if domainObject.researcher.getRegisterKeyValue %} {{domainObject.researcher.getLabelValue}} {% endif %} {% endfor %} {% for domainObject in domainObject.projects %} {% if domainObject.project.getRegisterKeyValue %} {{domainObject.project.getLabelValue}} {% endif %} {% endfor %} {% endblock %} {% block table_item_delete_btn %}{% endblock %}