Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > d64fb4145777a3be1019c03196c86eb0 > files > 42

php-pluf-0.1-3mdv2010.0.noarch.rpm

{extends 'todo/base.html'}

{block body}
<form method="POST" action="{url 'Todo_Views::deleteList', array($list.id)}">
<p>Are you sure you want to delete the todo list <em>{$list.name}</em>, with
the following associated todo items?</p>
<ol>
{foreach $items as $item}
<li>{$item.item}</li>
{/foreach}
</ol>
<input type="submit" value="Yes, delete it." />
</form>
{/block}