{% load i18n widget_tweaks %}
{% render_field form.billing_address class="form-control" placeholder="eg: PO.123123" %} {% if form.billing_address.help_text %}
{{ form.billing_address.help_text }}
{% endif %} {% if form.billing_address.errors %}
{{ form.billing_address.errors }}
{% endif %}
{% render_field form.shipping_address class="form-control" placeholder="eg: PO.123123" %} {% if form.shipping_address.help_text %}
{{ form.shipping_address.help_text }}
{% endif %} {% if form.shipping_address.errors %}
{{ form.shipping_address.errors }}
{% endif %}