File: //proc/self/cwd/nueva/modules/btecommercecopilot/views/templates/admin/generator/main.tpl
{**
* Ecommerce copilot
*
* @author businesstech.fr <modules@businesstech.fr> - https://www.businesstech.fr/
* @copyright Business Tech - https://www.businesstech.fr/
* @license see file: LICENSE.txt
*
* ____ _______
* | _ \ |__ __|
* | |_) | | |
* | _ < | |
* | |_) | | |
* |____/ |_|
*}
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
<div class="flex flex-col items-center justify-center">
<div class="w-full max-w-4xl">
{include file="module:btecommercecopilot/views/templates/admin/common/stepper.tpl"}
</div>
<div class="w-full max-w-4xl">
{include file="module:btecommercecopilot/views/templates/admin/common/checkConsumption.tpl"}
</div>
<input type="hidden" name="step" id="step" value="{$step|escape:'htmlall':'UTF-8'}" />
<input type="hidden" name="productIdToSave" id="productIdToSave" value="" />
<input type="hidden" name="generateTypeToSave" id="generateTypeToSave" value="" />
<input type="hidden" name="idLangToSave" id="idLangToSave" value="" />
{if !empty($canUse)}
<div class="w-full max-w-4xl">
{include file="module:btecommercecopilot/views/templates/admin/common/loader.tpl"}
</div>
<div class="w-full max-w-4xl">
{include file="module:btecommercecopilot/views/templates/admin/generator/partials/generator.tpl"}
</div>
<div class="w-full max-w-4xl">
{include file="module:btecommercecopilot/views/templates/admin/generator/partials/edit.tpl"}
</div>
<div class="w-full max-w-4xl">
{include file="module:btecommercecopilot/views/templates/admin/generator/partials/save.tpl"}
</div>
{/if}
</div>