{% block head %} {% endblock %} {% if alerts %} {% include "alerts.html" with context %} {% endif %}
{% if response.success %}

Shipment Confirmed

Shipment Number: {{ response.shipment_num }}

label downloaded to {{ response.label_path }}

{% else %}

Booking Failed

There was a problem with your booking.

{% endif %}