1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-28 20:45:00 +03:00
ifhub.club/application/frontend/components/blog/invite/invite.tpl

15 lines
483 B
Smarty
Raw Normal View History

{**
* Приглашение пользователей в закрытый блог
*}
{extends 'Component@user-list-add.user-list-add'}
{block 'user_list_add_list'}
{include './invite-list.tpl'
hideableEmptyAlert = true
users = $smarty.local.users
showActions = true
show = !! $smarty.local.users
classes = "js-$component-users"
itemClasses = "js-$component-user"}
{/block}