{$forms.templatesForm.open}
{if $inactive_templates} {/if} {foreach $active_templates as $template} {/foreach}
{$i18n.form.templates.active_templates}
{$i18n.label.thing_name} {$i18n.label.description}
{$template['name']|escape} {$template['description']|escape} {$i18n.label.edit} {$i18n.label.delete}

{$forms.templatesForm.btn_add.control}
{if $inactive_templates} {foreach $inactive_templates as $template} {/foreach}
{$i18n.form.tasks.inactive_tasks}
{$i18n.label.thing_name} {$i18n.label.description}
{$template['name']|escape} {$template['description']|escape} {$i18n.label.edit} {$i18n.label.delete}

{$forms.templatesForm.btn_add.control}
{/if}
{$forms.templatesForm.close}