// This file was automatically generated from template-container-bcs-pub-login-page-layout-web.soy. // Please don't edit this file by hand. if (typeof templates_templateContainerBcsPubLoginPageLayout == 'undefined') { var templates_templateContainerBcsPubLoginPageLayout = {}; } templates_templateContainerBcsPubLoginPageLayout.templateContainerBcsPubLoginPageLayout = function(opt_data, opt_ignored) { var output = '
'; var childList6 = opt_data.item.children; var childListLen6 = childList6.length; for (var childIndex6 = 0; childIndex6 < childListLen6; childIndex6++) { var childData6 = childList6[childIndex6]; output += (parseInt(childData6.preferences.area.value,10) == 0) ? soy.$$filterNoAutoescape("") : ''; } output += '
'; return output; };