1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 07:54:24 +03:00
ifhub.club/application/frontend/components/poll/poll.manage.list.tpl
2015-10-27 16:02:57 +07:00

11 lines
310 B
Smarty

{**
* Список добавленных опросов в форме добавления
*}
<ul class="ls-poll-manage-list js-poll-manage-list">
{if $aPollItems}
{foreach $aPollItems as $poll}
{component 'poll' template='manage.item' poll=$poll}
{/foreach}
{/if}
</ul>