pluf2

pluf2 Git Source Tree


Root/apps/todos/src/Todo/templates/todo/item/view.html

{extends 'todo/base.html'}

{block body}
<h2>{$item.item}</h2>

<p>Status: {if $item.completed}Done{else}Todo{/if}.</p>
<p>List: <a href="{url 'Todo_Views::viewList', array($list.id)}">{$list.name}</a>.</p>

<p><a href="{url 'Todo_Views::updateItem', array($item.id)}">Update this item</a>
| <a href="{url 'Todo_Views::addItem', array($list.id)}">Create a new item</a>
</p>

{/block}

Archive Download this file

Branches

Number of commits:
Page rendered in 0.06603s using 11 queries.