{*************************************************************************** * You can find the license in the docs directory * * Unicode Reminder メモ ***************************************************************************} {* OCSTYLE *} {strip}
World {t}Reported caches{/t}
{if $error == 1}

{t}The report is already assigned to another admin!{/t}

{elseif $error == 2}

{t}The report is already assigned to you!{/t}

{elseif $error == 3}

{t}You can not work on this report! Another admin is already pursuing it.{/t}

{elseif $error == 4}

{t}To work on a report you have to assign it to you!{/t}

{/if} {if $list == true} {if $reportedcaches != NULL}

{t}(*) New reports{/t}

{/if} {else}

{t}Details for report of {/t} {$cachename|escape} {t} by {/t} {$usernick|escape}

{t}Last modified:{/t} {$lastmodified|date_format:$opt.format.datelong}

{t}State:{/t} {$status} Admin: {if $adminnick==''}{t}not assigned{/t}{else}{$adminnick|escape}{/if}

{t}Reason:{/t} {$reason|escape|nl2br}

{t}Comment:{/t} {$note|escape|nl2br}

{t}Action{/t}

    

{t}Set state{/t}

        

{/if}
{/strip}