{if $user->canManageTeam()} {if $inactive_tasks} {/if} {if $active_tasks} {foreach $active_tasks as $task} {/foreach} {/if}
{$i18n.form.tasks.active_tasks}
{$i18n.label.thing_name} {$i18n.label.description} {$i18n.label.edit} {$i18n.label.delete}
{$task.name|escape:'html'} {$task.description|escape:'html'} {$i18n.label.edit} {$i18n.label.delete}

{if $inactive_tasks} {foreach $inactive_tasks as $task} {/foreach}
{$i18n.form.tasks.inactive_tasks}
{$i18n.label.thing_name} {$i18n.label.description} {$i18n.label.edit} {$i18n.label.delete}
{$task.name|escape:'html'} {$task.description|escape:'html'} {$i18n.label.edit} {$i18n.label.delete}

{/if} {else} {if $active_tasks} {foreach $active_tasks as $task} {/foreach} {/if}
{$i18n.label.thing_name} {$i18n.label.description}
{$task.name|escape:'html'} {$task.description|escape:'html'}
{/if}