{{ t('hall.user_halls_title').replace('{user}', ownerUser.user) }}

@if(isOwner || (session && session.admin))
@endif
@include(user-hall-cards)
@if(!hallsList || !hallsList.length)

@if(isOwner) {!! t('hall.no_halls_owner') !!} @else {{ t('hall.no_halls_guest') }} @endif

@endif
@if(isOwner || (session && session.admin)) @endif