@if (count($galleries))

@t('Photo Galleries of %s', $data->name)

@foreach($galleries as $key => $row) @include( 'Elements/MediaCollection/List/row', ['data' => $row] ) @endforeach
@endif