{% extends "registry/list.html" %} {% block table_head_extn %} Project Contact Approval Volunteer {% endblock %} {% block table_row_extn %} {{domainObject.project.getLabelValue}} {{domainObject.getContact.getLabelValue}} {{domainObject.approval.getLabelValue}} {{domainObject.volunteer.getLabelValue}} {% endblock %} {% block table_item_delete_btn %}{% endblock %}