{% 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 %}{% endif %} {% if shipment.status != 'labeled' %} {% endif %} {% endblock %}