{load_language_text section="export_schemes"} {block name="admin_export_scheme_overview"} {if $content_data.show_wrapper}
{block name="admin_export_scheme_overview_headline"}
{$txt.provider}
{$txt.filename}
{$txt.cronjob}
{$txt.last_export}
{/block} {/if} {foreach item=scheme from=$content_data.schemes} {block name="admin_export_scheme_overview_row"}
{block name="admin_export_scheme_overview_row_name"}
{$scheme->v_data_array.scheme_name|escape}
{/block} {block name="admin_export_scheme_overview_row_filename"} {/block} {block name="admin_export_scheme_overview_row_status"}
{if $scheme->v_data_array.cronjob_status != 'no_cronjob'}
{/if}
{/block} {block name="admin_export_scheme_overview_row_options"}
{$scheme->v_data_array.date_last_export}
{if $scheme->v_data_array.cronjob_status === 'running'} {else} {/if}
{/block}
{/block} {/foreach} {if $content_data.show_wrapper} {block name="admin_export_scheme_overview_buttons"}
{block name="admin_export_scheme_overview_buttons_right"} {$txt.add_scheme} {/block}
{/block}
{$txt.export_cronjob_url}:   
{/if} {/block}