{* Set the default translation domain, that will be used by intl when the 'd' parameter is not set *} {default_translation_domain domain='bo.default'}
{ifloop rel="free_attributes"}
{intl l='Select an attribute and click (+) to add it to this template'}
{/ifloop} {elseloop rel="free_attributes"}
{intl l="There is currently no available attributes."}
{/elseloop}
{hook name="template.attributes-table-header" location="template_attributes_table_header" } {loop name="assigned_attributes" type="attribute" template="$template_id" backend_context="1" lang="$edit_language_id"} {hook name="template.attributes-table-row" location="template_attributes_table_row" } {/loop} {elseloop rel="assigned_attributes"} {/elseloop}
{intl l='ID'} {intl l='Attribute title'} {intl l='Position'}{intl l="Actions"}
{$ID} {$TITLE} {admin_position_block resource="admin.configuration.template" access="UPDATE" path={url path="admin/template/update-attribute-position" template_id=$template_id} url_parameter="attribute_id" in_place_edit_class="attributePositionChange" position=$POSITION id=$ID } {loop type="auth" name="can_create" role="ADMIN" resource="admin.configuration.template" access="UPDATE"} {/loop}
{intl l="This template contains no attributes"}
{* Delete value confirmation dialog *} {capture "delete_attribute_dialog"} {/capture} {include file = "includes/generic-confirm-dialog.html" dialog_id = "delete_attribute_dialog" dialog_title = {intl l="Remove attribute"} dialog_message = {intl l="Do you really want to remove this attribute from the template ? The attributes combinations that uses this attributes will be deleted for the products that uses this template."} form_action = {token_url path='/admin/configuration/templates/attributes/delete'} form_content = {$smarty.capture.delete_attribute_dialog nofilter} }