{% extends "layout.html" %} {% from "bootstrap_wtf.html" import horizontal_field as ff %} {% block content %}
{{ ff(form.shipping_no) }} {{ ff(form.shipping_weight) }} {{ ff(form.shipping_dropoff_type) }} {{ ff(form.shipping_service_type) }}
{%if order.return_shipping_label_url %} View Shipping Label {% endif %}
{% endblock %} {% block tail %} {{ super() }} {% endblock %}