background_image_path)) { $backgroundStyle = 'background-image:url(' . Html::encode($profile->background_image_path) . ');background-size:cover;background-position:center;'; } $searchBlockWidget = '\\humhub\\modules\\animal_management\\widgets\\SearchAnimalProfilesBlock'; $templateView = TemplateRegistry::resolveView($profile ? $profile->template_key : null); $spaceDescription = trim((string)$space->about); if ($spaceDescription === '') { $spaceDescription = trim((string)$space->description); } if ($spaceDescription === '') { $spaceDescription = trim((string)($profile?->description ?? '')); } ?>
visibility !== Space::VISIBILITY_ALL): ?>
render($templateView, [ 'space' => $space, 'profile' => $profile, 'searchBlockWidget' => $searchBlockWidget, ]) ?>
beginBlock('sidebar'); ?>
name) ?>
address) ?>
city) ?>, state) ?> zip) ?>
: email) ?>
: phone) ?>
mission_statement) !== '' || trim((string)$profile->animals_we_accept) !== ''): ?>
mission_statement) !== ''): ?>
:
mission_statement)) ?>
animals_we_accept) !== ''): ?>
:
animals_we_accept)) ?>
endBlock(); ?>