{l s='Product indexed today:' mod='gm_omniprice'} {if $indexedToday}{l s='Yes' mod='gm_omniprice'}{else}{l s='No' mod='gm_omniprice'}{/if}

{l s='For simplicity, this table shows price change history for default currency, country, customer group and product attribute.' mod='gm_omniprice'}

{foreach from=$historyData item=historyItem} {/foreach}
{l s='Date' mod='gm_omniprice'} {l s='Price' mod='gm_omniprice'} {l s='Promotion' mod='gm_omniprice'}
{$historyItem.date} {$historyItem.price_tin} {if $historyItem.is_specific_price == '1'}{l s='Yes' mod='gm_omniprice'}{/if}{if $historyItem.is_specific_price == '0'}{l s='No' mod='gm_omniprice'}{/if}