@if ($contactsCount == 0) @include('people.blank') @else
@if ($hasArchived and !$active)
{!! trans('people.list_link_to_active_contacts', ['url' => route('people.index')]) !!}
@endif
@if (! is_null($tags))

{{ trans('people.people_list_filter_tag') }} @foreach ($tags as $tag) {{ $tag->name }} @endforeach {{ trans('people.people_list_clear_filter') }}

@endif @if ($tagLess)

{{ trans('people.people_list_filter_untag') }} {{ trans('people.people_list_clear_filter') }}

@endif
@endif