58 lines
2.0 KiB
Plaintext
58 lines
2.0 KiB
Plaintext
<<<<<<< HEAD
|
|
{% load i18n %}
|
|
|
|
{% trans "Your Order Has Been Shipped!" %}
|
|
|
|
{% trans "Great news! Your order has been shipped and is on its way to you." %}
|
|
|
|
{% trans "Order" %} #{{ order.id }}
|
|
|
|
{% trans "Tracking Information" %}:
|
|
{% trans "Tracking Number" %}: {{ order.tracking_number }}
|
|
|
|
{% trans "Shipping Address" %}:
|
|
{{ order.shipping_address.first_name }} {{ order.shipping_address.last_name }}
|
|
{{ order.shipping_address.address }}
|
|
{{ order.shipping_address.zip }} {{ order.shipping_address.city }}
|
|
{{ order.shipping_address.get_country_display }}
|
|
|
|
{% trans "Ordered Items" %}:
|
|
{% for product in order.products.all %}
|
|
- {{ product.name }} ({% if product.product_type == 'fursuit' %}{% trans "Fursuit" %}{% else %}{% trans "Printed Item" %}{% endif %})
|
|
{% endfor %}
|
|
|
|
{% trans "You can track your shipment and view your order details at" %}: {{ order_url }}
|
|
|
|
{% trans "If you have any questions about your shipment, please contact our support team." %}
|
|
support@fursuitshop.com
|
|
|
|
=======
|
|
{% load i18n %}
|
|
|
|
{% trans "Your Order Has Been Shipped!" %}
|
|
|
|
{% trans "Great news! Your order has been shipped and is on its way to you." %}
|
|
|
|
{% trans "Order" %} #{{ order.id }}
|
|
|
|
{% trans "Tracking Information" %}:
|
|
{% trans "Tracking Number" %}: {{ order.tracking_number }}
|
|
|
|
{% trans "Shipping Address" %}:
|
|
{{ order.shipping_address.first_name }} {{ order.shipping_address.last_name }}
|
|
{{ order.shipping_address.address }}
|
|
{{ order.shipping_address.zip }} {{ order.shipping_address.city }}
|
|
{{ order.shipping_address.get_country_display }}
|
|
|
|
{% trans "Ordered Items" %}:
|
|
{% for product in order.products.all %}
|
|
- {{ product.name }} ({% if product.product_type == 'fursuit' %}{% trans "Fursuit" %}{% else %}{% trans "Printed Item" %}{% endif %})
|
|
{% endfor %}
|
|
|
|
{% trans "You can track your shipment and view your order details at" %}: {{ order_url }}
|
|
|
|
{% trans "If you have any questions about your shipment, please contact our support team." %}
|
|
support@fursuitshop.com
|
|
|
|
>>>>>>> 5b9b867963eca600ed64b617dc2dc86c30dbd9cb
|
|
© {% now "Y" %} Fursuit Shop. {% trans "All rights reserved." %} |