{{extend 'layout.html'}}

{{=T('گالری عکس ها')}} {{if auth.has_membership('manager'):}} {{=manager_toolbar()}} {{pass}}

{{for page in pages:}}
{{if page:}}

{{=page.title}}

{{else:}}

{{=T('Miscellaneous')}}

{{pass}}
{{pass}}