{{if request.controller == 'default' and request.function == 'index' and config['home_partners'] and not request.vars.artist_id and not request.vars.product_id and not request.vars.cms_id and not request.vars.form_id and not request.vars.cat_id:}} {{partners = getPartners()}} {{else:}} {{partners = False}} {{pass}} {{=response.title}} {{if auth.is_logged_in():}}
{{=T('Admin')}}
{{pass}}
{{if request.vars.cat_id or request.vars.product_id or request.vars.cms_id or request.vars.form_id or request.vars.artist_id:}} {{pass}} {{if request.controller == 'default' and request.function == 'index' and config['home_cms'] and not request.vars.artist_id and not request.vars.product_id and not request.vars.cms_id and not request.vars.form_id and not request.vars.cat_id:}} {{request.vars.cms_id = config['home_cms']}} {{include 'default/cms.html'}} {{else:}} {{if not request.vars.product_id and not request.vars.cms_id and not request.vars.form_id and not request.vars.artist_id:}} {{include 'default/categories.html'}} {{include 'default/brands.html'}} {{include 'default/links.html'}} {{include 'default/products.html'}} {{include 'default/artists.html'}} {{include 'default/galleries.html'}} {{include 'default/cms-list.html'}} {{include 'default/forms.html'}} {{pass}} {{include 'default/cms.html'}} {{include 'default/form.html'}} {{include 'default/product.html'}} {{include 'default/artist.html'}} {{pass}}
{{if partners:}}
{{pass}}