{% extends "registry/list.html" %} {% block table_key_name %} Code {% endblock %} {% block table_head_extn %} Balance Projects Organisations {% endblock %} {% block table_row_extn %} {{ domainObject.calculateBalance }} {% for domainObject in domainObject.projects %} {% if domainObject.getRegisterKeyValue %} {{domainObject.getLabelValue}} {% endif %} {% endfor %} {% for domainObject in domainObject.organisations %} {% if domainObject.organisation.getRegisterKeyValue %} {{domainObject.organisation.getLabelValue}} {% endif %} {% endfor %} {% endblock %} {% block table_item_delete_btn %}{% endblock %}