import of Diogenes 0.9.18
[diogenes.git] / templates / header / status.tpl
1 {if $status}
2 <pre>
3 {foreach from=$status item=mystatus}
4 {$mystatus}
5 {/foreach}
6 </pre>
7 {/if}