<% if (ob.errors['name']) print(ob.formErrorTmpl({ errors: ob.errors['name'] })) %>
<% if (ob.errors['estimatedDelivery']) print(ob.formErrorTmpl({ errors: ob.errors['estimatedDelivery'] })) %>
<% if (ob.errors['price']) print(ob.formErrorTmpl({ errors: ob.errors['price'] })) %>
<% if (ob.errors['additionalItemPrice']) print(ob.formErrorTmpl({ errors: ob.errors['additionalItemPrice'] })) %>