#LOCAL("AppName", #App.name)#LOCAL("Scope", "")
{YoureAboutToInstallApp}
{ThisAppWillBeAbleTo}
#LOOP(#FROMPLAINLOOP(#App.scopes))
#IF(#Element EQ "products_read"){RoleProductsRead} #SET("Scope",#Scope."products_read,") #ENDIF
#IF(#Element EQ "products_read_batch"){RoleProductsReadBatch} #SET("Scope",#Scope."products_read_batch,") #ENDIF
#IF(#Element EQ "products_write"){RoleProductsWrite} #SET("Scope",#Scope."products_write,") #ENDIF
#IF(#Element EQ "carts_write"){RoleCartWrite} #SET("Scope",#Scope."carts_write,") #ENDIF
#IF(#Element EQ "carts_price_write"){RoleCartPriceWrite} #SET("Scope",#Scope."carts_price_write,") #ENDIF
#IF(#Element EQ "carts_read"){RoleCartRead} #SET("Scope",#Scope."carts_read,") #ENDIF
#IF(#Element EQ "orders_read"){RoleOrdersRead} #SET("Scope",#Scope."orders_read,") #ENDIF
#IF(#Element EQ "orders_write"){RoleOrdersWrite} #SET("Scope",#Scope."orders_write,") #ENDIF
#IF(#Element EQ "customers_read"){RoleCustomerRead} #SET("Scope",#Scope."customers_read,") #ENDIF
#IF(#Element EQ "customers_write"){RoleCustomerWrite} #SET("Scope",#Scope."customers_write,") #ENDIF
#IF(#Element EQ "legal_read"){RoleLegalRead} #SET("Scope",#Scope."legal_read,") #ENDIF
#IF(#Element EQ "legal_write"){RoleLegalWrite} #SET("Scope",#Scope."legal_write,") #ENDIF
#IF(#Element EQ "newsletters_read"){RoleNewslettersRead} #SET("Scope",#Scope."newsletters_read,") #ENDIF
#IF(#Element EQ "newsletters_write"){RoleNewslettersWrite} #SET("Scope",#Scope."newsletters_write,") #ENDIF
#IF(#Element EQ "coupons_read"){RoleCouponRead} #SET("Scope",#Scope."coupons_read,") #ENDIF
#IF(#Element EQ "coupons_write"){RoleCouponWrite} #SET("Scope",#Scope."coupons_write,") #ENDIF
#IF(#Element EQ "scripttags_read"){RoleScripttagsRead} #SET("Scope",#Scope."scripttags_read,") #ENDIF
#IF(#Element EQ "scripttags_write"){RoleScripttagsWrite} #SET("Scope",#Scope."scripttags_write,") #ENDIF
#ENDLOOP
{ContactAppSupport}
#ENDLOCAL#ENDLOCAL