1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 01:14:24 +03:00
ifhub.club/application/frontend/components/poll/poll.manage.list.tpl

11 lines
310 B
Smarty
Raw Normal View History

2014-02-10 13:09:17 +02:00
{**
* Список добавленных опросов в форме добавления
*}
<ul class="ls-poll-manage-list js-poll-manage-list">
2015-10-27 11:02:57 +02:00
{if $aPollItems}
{foreach $aPollItems as $poll}
{component 'poll' template='manage.item' poll=$poll}
{/foreach}
{/if}
2014-02-10 13:09:17 +02:00
</ul>