<%= ob.polyT('settings.pageTab.sectionPage') %>

<%= ob.processingButton({ className: 'btn clrP clrBAttGrad clrBrDec1 clrTOnEmph modalContentCornerBtn js-save', btnText: ob.polyT('settings.btnSave') }) %>

<% if (ob.errors.name) print(ob.formErrorTmpl({ errors: ob.errors.name })) %>
<%= ob.polyT('settings.pageTab.helperHandle') %>
<% if (ob.errors.handle) print(ob.formErrorTmpl({ errors: ob.errors.handle })) %>
<%= ob.polyT('settings.pageTab.helperHandleRegister', { helperHandleRegisterLink: `${ob.polyT('settings.pageTab.helperHandleRegisterLink')}` }) %>
<%= ob.polyT('settings.pageTab.helperShortDescription') %>
<% if (ob.errors.shortDescription) print(ob.formErrorTmpl({ errors: ob.errors.shortDescription })) %>
<%= ob.polyT('settings.pageTab.helperLocation') %>
<% if (ob.errors.location) print(ob.formErrorTmpl({ errors: ob.errors.location })) %>
<%= ob.polyT('settings.loadAvatarHelp', {minWidth: ob.avatarMinWidth, minHeight: ob.avatarMinHeight}) %>
<% if (ob.errors.nsfw) print(ob.formErrorTmpl({ errors: ob.errors.nsfw })) %>
checked<% } %>>
checked<% } %>>

<%= ob.polyT('settings.pageTab.sectionAbout') %>


<% if (ob.errors.about) print(ob.formErrorTmpl({ errors: ob.errors.about })) %>
<%= ob.about %>
<%= ob.polyT('settings.pageTab.helperAbout') %>

<%= ob.polyT('settings.pageTab.sectionLinks') %>


<%= ob.polyT('settings.pageTab.helperAbout') %>
<% if (ob.errors['contactInfo.website']) print(ob.formErrorTmpl({ errors: ob.errors['contactInfo.website'] })) %>
<%= ob.polyT('settings.pageTab.helperAbout') %>
<% if (ob.errors['contactInfo.email']) print(ob.formErrorTmpl({ errors: ob.errors['contactInfo.email'] })) %>
<% if (ob.errors['contactInfo.socialAccounts']) print(ob.formErrorTmpl({ errors: ob.errors['contactInfo.socialAccounts'] })) %>

<%= ob.polyT('settings.pageTab.sectionTheme') %>


<%= ob.polyT('settings.loadHeaderHelp', {minWidth: ob.headerMinWidth, minHeight: ob.headerMinHeight}) %>
<%= ob.polyT('settings.pageTab.helperPrimaryColor') %>
<% if (ob.errors['colors.primary']) print(ob.formErrorTmpl({ errors: ob.errors['colors.primary'] })) %>
<%= ob.polyT('settings.pageTab.helperSecondaryColor') %>
<% if (ob.errors['colors.secondary']) print(ob.formErrorTmpl({ errors: ob.errors['colors.secondary'] })) %>
<%= ob.polyT('settings.pageTab.helperTextColor') %>
<% if (ob.errors['colors.text']) print(ob.formErrorTmpl({ errors: ob.errors['colors.text'] })) %>
<%= ob.polyT('settings.pageTab.helperHighlightColor') %>
<% if (ob.errors['colors.highlight']) print(ob.formErrorTmpl({ errors: ob.errors['colors.highlight'] })) %>
<%= ob.polyT('settings.pageTab.helperHighlightTextColor') %>
<% if (ob.errors['color.highlightText']) print(ob.formErrorTmpl({ errors: ob.errors['color.highlightText'] })) %>
<%= ob.processingButton({ className: 'btn clrP clrBAttGrad clrBrDec1 clrTOnEmph js-save', btnText: ob.polyT('settings.btnSave') }) %>