{$item.data.title|htmlspecialchars}

{if !empty($item.data.mission)}

Mission

{$item.data.mission}
{/if} {if !empty($item.data.goals) && is_array($item.data.goals)}

Goals

{/if} {if 'board' == $item.data.type} {include file="Volunteer/showBoard.tpl"} {else} {include file="Volunteer/showStandard.tpl"} {/if}