{extends layout.latte} {block title} Persons list {/block} {block body}

Add new person {foreach $persons_list as $p} {if $_COOKIE['token']} {else} {/if} {/foreach}
First name Last name Height Gender Action
{$p['first_name']} {$p['last_name']} {$p['height']} {$p['gender']}
We don't do that here...
{for $i = 0; $i < $total_pages; $i++} {/for}
{if $i == $page} {$i + 1} {else} {$i + 1} {/if}
{/block}