{% extends "portal_base.html" %} {% block title %}{{ shipment.order.number }} · Shipping{% endblock %} {% block topbar_title %}{{ shipment.order.number }}{% endblock %} {% block portal_content %}

{{ shipment.order.email }} · {{ shipment.get_status_display }}

{% if shipment.tracking_number %}

Tracking: {{ shipment.tracking_number }}

{% endif %} {% if shipment.label_url %}

Download label

{% endif %} {% if shipment.status != 'labeled' %}
{% csrf_token %} {% for rate in shipment.rates %}
{% empty %}

No rates yet.

{% endfor %} {% if shipment.rates %} {% endif %}
{% endif %}

← All shipments

{% endblock %}