{{ t('hall.user_halls_title').replace('{user}', ownerUser.user) }}
@if(isOwner || (session && session.admin))
{{ t('hall.new_hall_btn') }}
@endif
@include(user-hall-cards)
@if(!hallsList || !hallsList.length)
@if(isOwner) {!! t('hall.no_halls_owner') !!} @else {{ t('hall.no_halls_guest') }} @endif
@endif
@include(snippets/pagination)
@if(isOwner || (session && session.admin)) @endif