{extends 'todo/base.html'} {block body}

Are you sure you want to delete the todo list {$list.name}, with the following associated todo items?

    {foreach $items as $item}
  1. {$item.item}
  2. {/foreach}
{/block}