{loop $gallery['photos'] as $i => $photo}
{{[$name,$author] = explode("|", $photo["description"])}}

{$name}

{$author}

{/loop}