{extends file="admin-layout.tpl"} {block name="page-title"}{intl l='Edit a template'}{/block} {block name="check-resource"}admin.configuration.template{/block} {block name="check-access"}update{/block} {block name="main-content"}
{loop name="template_edit" type="product-template" id="$template_id" backend_context="1" lang="$edit_language_id"}
{intl l='Edit template "%name"' name=$NAME}
{form name="thelia.admin.template.modification"}
{* Be sure to get the template ID, even if the form could not be validated *} {include file="includes/inner-form-toolbar.html" close_url="{url path='/admin/configuration/templates'}"} {form_hidden_fields form=$form} {form_field form=$form field='success_url'} {/form_field} {form_field form=$form field='locale'} {/form_field} {if $form_error}
{$form_error_message}
{/if} {form_field form=$form field='name'}
{/form_field}
{/form}

{intl l='Attributes'}

Manage attributes included in this product templates

{intl l='Features'}

Manage features included in this product templates

{/loop} {elseloop rel="template_edit"}
{intl l="Sorry, template ID=%id was not found." id=$template_id}
{/elseloop}
{/block} {block name="javascript-initialization"} {javascripts file='assets/js/bootstrap-editable/bootstrap-editable.js'} {/javascripts} {/block}