1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/components/talk/participants/participants.tpl

15 lines
423 B
Smarty

{**
*
*}
{extends 'Component@user-list-add.user-list-add'}
{block 'user_list_add_list'}
{component 'talk' template='participants-list'
hideableEmptyAlert = true
users = $smarty.local.users
showActions = true
show = !! $smarty.local.users
classes = "js-$component-users"
itemClasses = "js-$component-user"}
{/block}