#if($writerName != '' || $photographerName != '')
    <div class="hiq-photo-text">
        #if($writerName != '')
            <p class="hiq-photo-text__text">Text: $writerName</p>
        #end
        #if($photographerName != '')
            <p class="hiq-photo-text__text">Foto: $photographerName</p>
        #end
    </div>
#end