">
| <{$game.game_date}> |
<{$game.game_name|xoops_escape}> |
<{if $game.top_team_cd != 0}>
<{$game.top_team_name}> |
<{else}>
<{$game.top_team_name|xoops_escape}> |
<{/if}>
<{$game.top_score}>-<{$game.bottom_score}> |
<{if $game.bottom_team_cd != 0}>
<{$game.bottom_team_name}> |
<{else}>
<{$game.bottom_team_name|xoops_escape}> |
<{/if}>
<{/foreach}>