+ {showTopSection() && (
+
+
{topListText}
+ {delegableApiListItems !== undefined && (
+ {delegableApiListItems}
+ )}
+ {failedDelegations !== undefined && (
+ {failedDelegatedListItems}
+ )}
+
+ )}
+
{failedDelegationText}
+ {showBottomSection() && (
+
+
{bottomListText}
+ {delegableOrgs !== undefined && (
+ {delegableOrgListItems}
+ )}
+ {successfulDelegations !== undefined && (
+ {successfulDelegatedItems}
+ )}
+
+ )}
+
{bottomText}
+ {showNavigationButtons ? (
+
+ ) : (
+
+
+
+ )}
+
+ )}
+