{{extend 'layout.html'}} {{if request.args(0) == 'view' or request.args(0) == 'edit':}}

{{=T('Brand')}} : {{=getBrandName(request.args(2))}}

{{elif request.args(0) == 'new':}}

{{=T('New brand')}}

{{else:}}

{{=T('Brands')}}

{{pass}} {{=grid}}