<?php if($site !== null): ?>
<ul>
<li>
<?= $artist ?>
</li>
<?= $project_date ?>
<?= $collection ?>
</ul>
<?php endif; ?>