{{#if settingOceco.account}}
{{#if settingOceco.wallet}}
{{> scrollPrez title=settingOceco.wallet.textTitre prez=settingOceco.wallet.textInfo icon="ion-clock"}}
{{else}}
{{> scrollPrez title=(__ "Time space") prez=(__ "Time_space_description") icon="ion-clock"}}
{{/if}}
{{else}}
{{> scrollPrez title=(__ "Time space") prez=(__ "Time_space_description") icon="ion-clock"}}
{{/if}}
{{#if dataReady}}
{{#if equals selectview 'aFaire'}}
{{>searchActions}}
{{#if settingOceco.wallet}}
{{#if settingOceco.wallet.coupDeMain}}
{{settingOceco.wallet.coupDeMain.textTitre}}
{{settingOceco.wallet.coupDeMain.textInfo}}
{{else}}
{{__"Helping hand"}}
{{__ "Helping_hand_description"}}
{{/if}}
{{else}}
{{ __"Helping hand"}}
{{__ "Helping_hand_description"}}
{{/if}}
{{#each action in (scope.actionsInWaiting search searchSort)}}
{{> whalletInputAction action=action}}
{{/each}}
{{else if equals selectview 'enAttente'}}
{{#if settingOceco.wallet}}
{{#if settingOceco.wallet.enAttente}}
{{settingOceco.wallet.enAttente.textTitre}}
{{settingOceco.wallet.enAttente.textInfo}}
{{else}}
{{__ "Awaiting validations"}}
{{__ "Awaiting_validations_description"}}
{{/if}}
{{else}}
{{__ "Awaiting validations"}}
{{__ "Awaiting_validations_description"}}
{{/if}}
{{#each action in scope.actionsToValidate}}
{{> whalletInputInWaitingAction action=action badgeColor="energized"}}
{{/each}}
{{else if equals selectview 'valides'}}
{{#if settingOceco.wallet}}
{{#if settingOceco.wallet.valides}}
{{settingOceco.wallet.valides.textTitre}}
{{settingOceco.wallet.valides.textInfo}}
{{else}}
{{__ "Validated"}}
{{__ "Validate_description"}}
{{/if}}
{{else}}
{{__ "Validated"}}
{{__ "Validate_description"}}
{{/if}}
{{#each action in scope.actionsValidateSpend}}
{{> whalletInputInWaitingAction action=action badgeColor="balanced" badgeColorDepense="dark"}}
{{/each}}
{{else if equals selectview 'depenses'}}
{{__ "Spent"}}
{{__ "Spent_description"}}
{{#each action in scope.actionsSpend}}
{{> whalletInputInWaitingAction action=action badgeColor="dark"}}
{{/each}}
{{/if}}
{{/if}}
{{/ionContent}}
{{/ionView}}