{{if $file.propty=='deny'}}

{{/if}}
{{if $file.propty=='static'}}

{{/if}}
{{if substr($file.propty,0,5)=='auth:'}}

{{/if}}
{{if substr($file.propty,0,3)=='ip:'}}

{{/if}}

{{if !$file.writable}}

{{else}}{{/if}}
{{/foreach}}
{{include file='common/foot.html'}}