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