{% extends "registry/list.html" %} {% block table_head_extn %} Accounts Groups {% endblock %} {% block table_row_extn %} {% for domainObject in domainObject.accounts %} {% if domainObject.account.getRegisterKeyValue %} {{domainObject.account.getLabelValue}} {% endif %} {% endfor %} {% for domainObject in domainObject.groups %} {% if domainObject.group.getRegisterKeyValue %} {{domainObject.group.getLabelValue}} {% endif %} {% endfor %} {% endblock %} {% block table_item_delete_btn %}{% endblock %}