{$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
{foreach from=$item.data.goals item=goal}
- {$goal|htmlspecialchars}
{/foreach}
{/if}
{if 'board' == $item.data.type}
{include file="Volunteer/showBoard.tpl"}
{else}
{include file="Volunteer/showStandard.tpl"}
{/if}