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/talk/participants/participants.tpl
2016-04-07 16:40:28 +07:00

17 lines
447 B
Smarty

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