1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 05:44:26 +03:00
ifhub.club/application/frontend/components/talk/participants/participants.tpl

17 lines
447 B
Smarty
Raw Normal View History

{**
*
*}
{extends 'Component@user-list-add.user-list-add'}
{block 'user_list_add_list'}
2016-04-07 12:40:28 +03:00
{component_define_params params=[ 'users' ]}
{component 'talk' template='participants-list'
hideableEmptyAlert = true
2016-04-07 12:40:28 +03:00
users = $users
showActions = true
2016-04-07 12:40:28 +03:00
show = !! $users
classes = "js-$component-users"
itemClasses = "js-$component-user"}
{/block}