{extends file="admin-layout.tpl"} {block name="no-return-functions"} {$admin_current_location = 'modules'} {/block} {block name="page-title"}{intl l='Export'}: {$TITLE}{/block} {block name="check-resource"}admin.export{/block} {block name="check-access"}view{/block} {block name="main-content"}
{intl l='Export: '}{$TITLE}
{form name="thelia.export"}
{ifloop rel="export-formatters"}
{custom_render_form_field form=$form field="formatter"} {/custom_render_form_field}
{form_field form=$form field="do_compress"}
{/form_field}
{custom_render_form_field form=$form field="archive_builder"} {/custom_render_form_field}
{form_field form=$form field="images"}
{/form_field}
{form_field form=$form field="documents"}
{/form_field}
{/ifloop} {elseloop rel="export-formatters"}
{intl l="You can't do exports, you don't have any formatter that handles this."}
{/elseloop}
{/form}
{/block} {block name="javascript-initialization"} {javascripts file='assets/js/bootstrap-switch/bootstrap-switch.js'} {/javascripts} {/block} {block name="javascript-last-call"} {module_include location='configuration-js'} {/block}