{layout @admin.html} {block content}

{_'polls'}

{_'polls.new_poll'}
{if $polls} {foreach $polls as $poll} {/foreach}
{_'polls.topic'} {_'created_at'} {_'updated_at'}
{$poll->topic} {$poll->created_at|formatDate:'medium'} {$poll->updated_at|formatDate:'medium'} {_'polls.results'} {_'polls.update_poll'} {_'polls.remove_poll'}
{include pagination/ink.html, url: BASE_URL . 'polls/poll/list?page=%d'} {/if}
{/block}