<%= ob.polyT('settings.generalTab.sectionName') %>

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

<%= ob.polyT('settings.generalTab.helperLanguage') %>
<% if (ob.errors.language) print(ob.formErrorTmpl({ errors: ob.errors.language })) %>
<%= ob.polyT('settings.generalTab.helperTranslations', { helperTranslationsLink: `${ob.polyT('settings.generalTab.helperTranslationsLink')}` }) %>
<%= ob.polyT('settings.generalTab.helperCountry') %>
<% if (ob.errors.country) print(ob.formErrorTmpl({ errors: ob.errors.country })) %>
<%= ob.polyT('settings.generalTab.helperCurrency') %>
<% if (ob.errors.localCurrency) print(ob.formErrorTmpl({ errors: ob.errors.localCurrency })) %>
<% if (ob.errors.localCurrency) print(ob.formErrorTmpl({ errors: ob.errors.localCurrency })) %>
checked<% } %>>
checked<% } %>>
checked<% } %>>
checked<% } %>>
<% if (ob.errors.showNsfw) print(ob.formErrorTmpl({ errors: ob.errors.showNsfw })) %>
checked<% } %>>
checked<% } %>>
<% // The design was changed to remove this after it was added, it will be used at some point in the future %>
<% if (ob.errors['verifiedModsProvider']) print(ob.formErrorTmpl({ errors: ob.errors['verifiedModsProvider'] })) %>

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