{trans key="global_attributes.global_prod_attributes"}


{if $globalattributes} {include file="templates/pages/global-attributes/modal-delete.html"}
 
{foreach from=$globalattributes item="attribute"} {/foreach}
{trans key="global_attributes.name"} {trans key="global_attributes.title"} {trans key="global_attributes.type"} {trans key="global_attributes.published"}
{$attribute.name|htmlspecialchars} {$attribute.caption|htmlspecialchars} {$attribute.attribute_type} {$attribute.is_active} {trans key="common.edit"} Delete
{if $paginator->prevPage} {else} {/if} {if $paginator->nextPage} {else} {/if} {$paginator->itemsFrom}-{$paginator->itemsTo} of {$paginator->itemsCount}
{else}
{trans key="global_attributes.no_records"}
{/if}