{extends file="admin-layout.tpl"} {block name="no-return-functions"} {$admin_current_location = 'tools'} {/block} {block name="page-title"}{intl l='Export: %title' title=$TITLE}{/block} {block name="check-resource"}admin.export{/block} {block name="check-access"}view{/block} {block name="main-content"} {form name="thelia.admin.export"}
{intl l="Export"}
{ifloop rel="export-formatters"}
{custom_render_form_field form=$form field="formatter"} {/custom_render_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}