{% extends "registry/list.html" %} {% block table_head_extn %} Trained Projects Groups Access {% endblock %} {% block table_row_extn %} {% if domainObject.isTrained %} yes {% else %} no {% endif %} {% for domainObject in domainObject.leadingProjects %} {% if domainObject.getRegisterKeyValue %} {{domainObject.getLabelValue}} {% endif %} {% endfor %} {% for domainObject in domainObject.principalships %} {% if domainObject.group.getRegisterKeyValue %} {{domainObject.group.getLabelValue}} {% endif %} {% endfor %} {{ domainObject.mriAccessStatus.getLabelValue }} {% endblock %} {% block table_item_delete_btn %}{% endblock %}