{% extends "oscar/customer/baseaccountpage.html" %} {% load currency_filters %} {% load display_tags %} {% load i18n %} {% load reviews_tags %} {% block extra_breadcrumbs %} {% endblock %} {% block tabcontent %} {% if order.status %}

{% trans 'Status' %}

{{ order.status }}


{% endif %} {% if request.user.is_system_admin %}
Bestellung gesamt Netto Steuer Brutto Faktor
Preis vor Rabatt
ohne Pfand {{ order.price.excl|currency:order.currency }} {{ order.price.tax|currency:order.currency }} {{ order.price.incl|currency:order.currency }} {{ order.price.factor_pc }}
Pfand {{ order.deposit.excl|currency:order.currency }} {{ order.deposit.tax|currency:order.currency }} {{ order.deposit.incl|currency:order.currency }} {{ order.deposit.factor_pc }}
mit Pfand {{ order.before_discounts.excl|currency:order.currency }} {{ order.before_discounts.tax|currency:order.currency }} {{ order.before_discounts.incl|currency:order.currency }} {{ order.before_discounts.factor_pc }}
Preis mit Rabatt
Rabatt {{ order.discount.excl|currency:order.currency }} {{ order.discount.tax|currency:order.currency }} {{ order.discount.incl|currency:order.currency }} {{ order.discount.factor_pc }}
ohne Pfand {{ order.price_with_discount_without_deposit.excl|currency:order.currency }} {{ order.price_with_discount_without_deposit.tax|currency:order.currency }} {{ order.price_with_discount_without_deposit.incl|currency:order.currency }} {{ order.price_with_discount_without_deposit.factor_pc }}
mit Pfand {{ order.total_excl_tax|currency:order.currency }} {{ order.total_tax|currency:order.currency }} {{ order.total_incl_tax|currency:order.currency }} {{ order.total_incl_tax.factor_pc }}
{% for line in order.lines.all %}
{{ line.description }} Netto Steuer Brutto Faktor
Preis vor Rabatt
ohne Pfand {{ line.price.excl|currency:order.currency }} ({{ line.price.sum.excl|currency:order.currency }}) {{ line.price.tax|currency:order.currency }} ({{ line.price.sum.tax|currency:order.currency }}) {{ line.price.incl|currency:order.currency }} ({{ line.price.sum.incl|currency:order.currency }}) {{ line.price.factor_pc }} ({{ line.price.sum.factor_pc }})
Pfand {{ line.deposit.excl|currency:order.currency }} ({{ line.deposit.sum.excl|currency:order.currency }}) {{ line.deposit.tax|currency:order.currency }} ({{ line.deposit.sum.tax|currency:order.currency }}) {{ line.deposit.incl|currency:order.currency }} ({{ line.deposit.sum.incl|currency:order.currency }}) {{ line.deposit.factor_pc }} ({{ line.deposit.sum.factor_pc }})
mit Pfand {{ line.before_discount.excl|currency:order.currency }} ({{ line.before_discount.sum.excl|currency:order.currency }}) {{ line.before_discount.tax|currency:order.currency }} ({{ line.before_discount.sum.tax|currency:order.currency }}) {{ line.before_discount.incl|currency:order.currency }} ({{ line.before_discount.sum.incl|currency:order.currency }}) {{ line.before_discount.factor_pc }} ({{ line.before_discount.sum.factor_pc }})
Preis mit Rabatt
Rabatt {{ line.discount.excl|currency:order.currency }} ({{ line.discount.sum.excl|currency:order.currency }}) {{ line.discount.tax|currency:order.currency }} ({{ line.discount.sum.tax|currency:order.currency }}) {{ line.discount.incl|currency:order.currency }} ({{ line.discount.sum.incl|currency:order.currency }}) {{ line.discount.factor_pc }} ({{ line.discount.sum.factor_pc }})
ohne Pfand {{ line.price_with_discount_without_deposit.excl|currency:order.currency }} ({{ line.price_with_discount_without_deposit.sum.excl|currency:order.currency }}) {{ line.price_with_discount_without_deposit.tax|currency:order.currency }} ({{ line.price_with_discount_without_deposit.sum.tax|currency:order.currency }}) {{ line.price_with_discount_without_deposit.incl|currency:order.currency }} ({{ line.price_with_discount_without_deposit.sum.incl|currency:order.currency }}) {{ line.price_with_discount_without_deposit.factor_pc }} ({{ line.price_with_discount_without_deposit.sum.factor_pc }})
mit Pfand {{ line.total.excl|currency:order.currency }} ({{ line.total.sum.excl|currency:order.currency }}) {{ line.total.tax|currency:order.currency }} ({{ line.total.sum.tax|currency:order.currency }}) {{ line.total.incl|currency:order.currency }} ({{ line.total.sum.incl|currency:order.currency }}) {{ line.total.factor_pc }} ({{ line.total.sum.factor_pc }})
{% endfor %}
{% endif %} {% if not hide_price %} {% endif %} {% for line in order.lines.all %} {% with product=line.product %} {% if not hide_price %} {% endif %} {% endwith %} {% endfor %} {% if not hide_price %} {% if order.total_deposit_incl_tax %} {% endif %} {% with discounts=order.basket_discounts %} {% block discount_totals %} {% if discounts %} {% for discount in discounts %} {% endfor %} {% endif %} {% endblock discount_totals %} {% block basket_total %} {% endblock basket_total %} {% endwith %} {% endif %} {% block shipping_totals %} {% if not hide_price %} {% if order.has_shipping_discounts %} {% for discount in order.shipping_discounts %} {% endfor %} {% else %} {% endif %} {% endif %} {% endblock %} {% block order_total %} {% if not hide_price %} {% endif %} {% endblock order_total %}
Artikel MengePreis Gesamt
{% if product %} {% if product.is_public %}

{{ line.description }}

{% else %}

{{ line.description }}

{% endif %} {% iffeature "reviews" %} {% if product|is_review_permitted:user %} {% trans 'Write a review' %} {% endif %} {% endiffeature %} {% else %}

{{ line.description }}

{% endif %}
{{ line.quantity }}× {{ line.price.incl|currency:order.currency }} {% if line.unit_deposit_incl_tax %}
Pfand: +{{ line.deposit.incl|currency:order.currency }} {% endif %}
{{ line.price.sum.incl|currency:order.currency }} {% if line.deposit.incl %}
+{{ line.deposit.sum.incl|currency:order.currency }} {% endif %}
{% if product and product.is_public %}
{% csrf_token %}
{% else %} {% trans 'Not available anymore' %} {% endif %}
Warenwert {{ order.price.incl|currency:order.currency }}
Pfand {{ order.deposit.incl|currency:order.currency }}
{% trans "Discount" %} {{ discount.offer_name }} - {{ discount.amount|currency:order.currency }}
{% trans "Shipping total (excl. discounts)" %} {{ order.shipping_before_discounts_incl_tax|currency:order.currency }}
{% trans "Discount" %} {{ discount.offer_name }} - {{ discount.amount|currency:order.currency }}
{% trans "Shipping total (inc. discounts)" %} {{ order.shipping_incl_tax|currency:order.currency }}
Versand {% if order.shipping_incl_tax %} {{ order.shipping_incl_tax|currency:order.currency }} {% else %} kostenlos {% endif %}
{% trans 'Order total' %} {{ order.total.incl|currency:order.currency }}
{% block order_actions %}
{% csrf_token %}
{% endblock order_actions %}

{% trans 'Shipping Method' %}

{{ order.shipping_method }}


{% trans 'Shipping Address' %}

{% trans 'Address' %} {% trans 'Contact Number' %} {% trans 'Shipping Notes' %}
{% if order.shipping_address.company %}{{ order.shipping_address.company }}
{% endif %} {% if order.shipping_address.cost_center %}Kostenstelle: {{ order.shipping_address.cost_center }}
{% endif %} {% for field in order.shipping_address.active_address_fields %} {{ field }}
{% endfor %}
{{ order.shipping_address.phone_number|default:"-" }} {{ order.shipping_address.notes|linebreaks }}
{% endblock tabcontent %}