+ {isLoading ? (
+
+
+ {t('global.loading')}
+
+ ) : (
+ <>
+ {currentWallet && currentWalletInfo && serviceInfo && activeFidelityBonds && (
+ <>
+ {isInitiateTxSuccess || isInitiateTxError ? (
+ <>
+ {isInitiateTxSuccess ? (
+ <>
+
+ The transaction to create your Fidelity Bond has been successfully initiated.
+
+ {isCoinjoinInProgress &&
}
+ >
+ ) : (
+
+ Error while initiating your Fidelity Bond transaction.
+
+ )}
+ >
+ ) : (
+ <>
+ {isOperationDisabled ? (
+
+ <>
+ {isMakerRunning && }
+ {isCoinjoinInProgress && }
+ >
+
+ ) : (
+ <>
+ {activeFidelityBonds.length === 0 ? (
+
+ ) : (
+
+
{t('current_wallet_advanced.title_fidelity_bonds')}
+
+
+ )}
+ >
+ )}
+ >
+ )}
+ >
+ )}
+ >
+ )}
+