pluf2

pluf2 Git Source Tree


Root/apps/todos/src/Todo/templates/todo/index.html

{extends 'todo/base.html'}
 
{block body}
 
{if $lists}
<ol>
{foreach $lists as $list}
<li><a href="{url 'Todo_Views::viewList', array($list.id)}">{$list.name}</a></li>
{/foreach}
</ol>
{/if}
 
<p><a href="{url 'Todo_Views::addList'}">Create a new list</a>.</p>
 
 
{/block}

Archive Download this file

Branches

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