{if $section == 'audios' && $count > 1}
{include "../Audio/bigplayer.xml", tidy => true}
{tr("results", $count)} {tr("showing_x_y", $page, $count)}
{include "../components/paginator.xml", conf => $paginatorConf}
{if $count > 0}
{if $section === 'users'}
|
{$dat->getCanonicalName()}
{if $order == "rating"}
({$dat->getProfileCompletenessReport()->total}%)
{/if}
{if $dat->getId() == $thisUser->getId()}
({_s_it_is_you})
{/if}
{if $_REQUEST["order"] == "id"}
ID: |
{$dat->getId()} |
{/if}
{if $dat->getPrivacySetting("page.info.read") > 1}
{_pronouns}: |
{$dat->isFemale() ? tr("female") : ($dat->isNeutral() ? tr("neutral") : tr("male"))} |
{_relationship}: |
{$dat->getLocalizedMaritalStatus()} |
{_registration_date}: |
{$dat->getRegistrationTime()} |
{if !empty($dat->getDescription())}
{_description}:
|
{$dat->getDescription() ?? '(' . tr("none") . ')'}
|
{/if}
{if !empty($_REQUEST["fav_mus"])}
{_favorite_music}: |
{$dat->getFavoriteMusic()} |
{/if}
{if !empty($_REQUEST["fav_films"])}
{_favorite_films}: |
{$dat->getFavoriteFilms()} |
{/if}
{if !empty($_REQUEST["fav_shows"])}
{_favorite_shows}: |
{$dat->getFavoriteShows()} |
{/if}
{if !empty($_REQUEST["fav_books"])}
{_favorite_books}: |
{$dat->getFavoriteBooks()} |
{/if}
{/if}
|
{elseif $section === 'groups'}
{elseif $section === 'apps'}
{elseif $section === 'posts'}
{if !$dat || $dat->getWallOwner()->isHideFromGlobalFeedEnabled()}
{_closed_group_post}.
{else}
{include "../components/post.xml", post => $dat, commentSection => true, onWallOf => true}
{/if}
{elseif $section === 'videos'}
{include "../components/video.xml", video => $dat}
{elseif $section === 'audios'}
{include "../Audio/player.xml", audio => $dat}
{elseif $section === 'audios_playlists'}
{include "../Audio/playlistListView.xml", playlist => $dat}
{/if}
{else}
{include "../components/content_error.xml", description => tr("no_results_by_this_query")}
{/if}
{include "../components/paginator.xml", conf => $extendedPaginatorConf}