Global Product Attributes


{if $globalattributes} {include file="templates/pages/global-attributes/modal-delete.html"}
 
{foreach from=$globalattributes item="attribute"} {/foreach}
Name Title Type Published
{$attribute.name|htmlspecialchars} {$attribute.caption|htmlspecialchars} {$attribute.attribute_type} {$attribute.is_active} Edit Delete
{if $paginator->prevPage} {else} {/if} {if $paginator->nextPage} {else} {/if} {$paginator->itemsFrom}-{$paginator->itemsTo} of {$paginator->itemsCount}
{else}
There are no records found
{/if}