+ {!isExecutableProposal ? (
+
+ {t(translations.common.na)}
+
+ ) : (
+ executableList.map((executable, i) => (
+
+
+ {t(pageTranslations.executable)} #{i + 1}
+
+
+
+
+ {t(pageTranslations.assetName)}
+
+
+ -
+
+
+
+
+
+ {t(pageTranslations.assetAmount)}
+
+
+ {executable.value}
+
+
+
+
+
+ {t(pageTranslations.assetAddress)}
+
+
+ -
+
+
+
+
+
+ {t(pageTranslations.contractAddress)}
+
+
+
+
+
+
+
+
+ {t(pageTranslations.recipientAddress)}
+
+
+ -
+
+
+
+
+
+ {t(pageTranslations.functionName)}
+
+
+ {executable.signature}
+
+
+
+
+
+ {t(pageTranslations.data)}
+
+
+ {executable.calldata}
+
+
+
+ ))
+ )}
+