{***************************************************************************
* You can find the license in the docs directory
*
* Unicode Reminder メモ
***************************************************************************}
{* OCSTYLE *}

{t}Ignored Geocaches{/t}
{t}Type{/t} |
{t}State{/t} |
{t}Name{/t} |
|
{foreach from=$ignores item=ignoreItem}
{cycle values="#eeeeee,#e0e0e0" assign=bgcolor}
{include file="res_cacheicon_22.tpl" cachetype=$ignoreItem.type|escape} |
{include file="res_cachestatus.tpl" status=$ignoreItem.status} |
{$ignoreItem.name|escape} |
[{t}remove{/t}] |
{foreachelse}
{t}No ignored Geocaches found.{/t} |
{/foreach}
|