{{$title}}

{{if $albums}}
    {{foreach $albums as $al}} {{if $al.text}}
  • {{$al.text}} ({{$al.total}})
  • {{/if}} {{/foreach}}
{{/if}} {{if $upload}}
{{$upload}}
{{/if}}