{* -------------------------------------------------------------- cashflowtech_status.html 2019-05-20 Gambio GmbH http://www.gambio.de Copyright (c) 2019 Gambio GmbH Released under the GNU General Public License (Version 2) [http://www.gnu.org/licenses/gpl-2.0.html] -------------------------------------------------------------- *} {extends file="get_usermod:layouts/main/layout.html"} {block name="content"} {load_language_text section="module_center_module"}
{if $content.mandatorStatus.mandatorStatus === 'active'}
{$txt.cashflowtech_mcm_status_active}
{/if} {if $content.mandatorStatus.mandatorStatus === 'boardingInitiated'}
{$txt.cashflowtech_mcm_status_boardingInitiated}
{/if} {if $content.mandatorStatus.mandatorStatus === 'disabled'}
{$txt.cashflowtech_mcm_status_disabled}
{/if}
{/block}