{% extends "shop/print/base.html" %} {% load i18n static shop_tags %} {% block title %}{% trans "Delivery Note" %} {{ delivery.get_number }}{% endblock %} {% block content %}
{{ order.shipping_address_text }}{% trans "Shipping Method" %}: {{ delivery.shipping_method.label }}
{% trans "Shipped at" %}: {{ delivery.shipped_at|date }}