К сожалению на странице произошла ошибка, просьба обратиться к модератору. Подробности для разработчиков
Request processing failed; nested exception is freemarker.core.InvalidReferenceException: The following has evaluated to null or missing: ==> currentUser [in template "mobile/portal/account/addPriceList.ftl" at line 13, column 41] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #if currentUser.account.login?? [in template "mobile/portal/account/addPriceList.ftl" at line 13, column 36] ~ Reached through: #nested [in template "mobile/portal/macro/page.ftl" in macro "mobilePage" at line 207, column 33] ~ Reached through: @mobilePage "Подключить прайс-лист", ... [in template "mobile/portal/account/addPriceList.ftl" at line 9, column 1] ----