Sophie

Sophie

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

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

{extends 'todo/base.html'}

{block body}
<form method="POST" action="{url 'Todo_Views::deleteItem', array($item.id)}">
<p>Are you sure you want to delete the todo item <em>{$item.item}</em>?</p>
<input type="submit" value="Yes, delete it." />
</form>
{/block}