File: //proc/self/cwd/nueva/modules/btecommercecopilot/views/templates/admin/about.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
*
* ____ _______
* | _ \ |__ __|
* | |_) | | |
* | _ < | |
* | |_) | | |
* |____/ |_|
*}
{if (!empty($getConsumptionRatio) && $getConsumptionRatio > 80) || empty($canUse)}
<div class="panel" id="module_onboarding">
<h3><i class="icon icon-info-circle"></i> {l s='E-commerce Copilot' mod='btecommercecopilot'}</h3>
{if !empty($getConsumptionRatio) && $getConsumptionRatio > 80}
<div class="alert alert-warning">
{l s='Be careful! You\'ve already used' mod='btecommercecopilot'} <b>{$getConsumptionRatio|escape:'htmlall':'UTF-8'}</b> %
{l s='of your available data.' mod='btecommercecopilot'}
{if !empty($wordsAvailable)}
<br />{l s='Number of words remaining (approx.):' mod='btecommercecopilot'} <b>{$wordsAvailable|escape:'htmlall':'UTF-8'}</b>
{/if}
</div>
{/if}
{if empty($canUse)}
<div class="alert alert-danger">
{l s='No more token available.' mod='btecommercecopilot'}
</div>
{/if}
</div>
{/if}