{{ "options" | i18n }}
@if (showForwarder$ | async) {
}
@let showAlgorithm = showAlgorithm$ | async;
@let account = account$ | async;
@if (showAlgorithm?.id === Algorithm.catchall) {
}
@if (forwarderId$ | async; as forwarderId) {
}
@if (showAlgorithm?.id === Algorithm.plusAddress) {
}
@if (showAlgorithm?.id === Algorithm.username) {
}