{% extends "oscar/customer/baseaccountpage.html" %} {% load currency_filters %} {% load display_tags %} {% load i18n %} {% load reviews_tags %} {% block extra_breadcrumbs %}
{{ order.status }}
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 }} |
{{ 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 }}) |
Artikel | Menge | {% if not hide_price %}Preis | Gesamt | {% endif %}|
---|---|---|---|---|
{% if product %}
{% if product.is_public %}
{% else %}
{{ line.description }} {% endif %} {% iffeature "reviews" %} {% if product|is_review_permitted:user %} {% trans 'Write a review' %} {% endif %} {% endiffeature %} {% else %}{{ line.description }} {% endif %} |
{{ line.quantity }}× | {% if not hide_price %}
{{ 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 %} |
{% endif %}
{% if product and product.is_public %} {% 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 }} |
{{ order.shipping_method }}
{% 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 }} |