+
+
Your Booking Detail
+
+ InvoiceGet PDF
+
+ Order Number
+ #{{order.id}}
+
+ Billed to :
+ {{user.name}}
+ {{order.billing_address.street_address}},{{order.billing_address.postal_code}}
+ {{order.billing_address.city}}, {{order.billing_address.country}}.
+
+
+ Payment Method
+
+ {{order.cc_brand}} ending **** {{order.last4}}
+ {{user.email}}
+
+
+
+ Order Summary
+
+ Dates: {{start_date}} - {{end_date}}
+
+ Total days {{booking_days}}
+ {{original_price|floatformat}}CHF
+ {% if free_days %}
+ Free days {{free_days}}
+ -{{total_discount|floatformat}}CHF
+ {% endif %}
+
+ Total
+ {{final_price|floatformat}}CHF
+
+
+
+
+
+
+{% if stripe_key %}
+
+
+{%endif%}
+
+{% endblock %}
\ No newline at end of file
diff --git a/digitalglarus/templates/digitalglarus/booking_orders_list.html b/digitalglarus/templates/digitalglarus/booking_orders_list.html
new file mode 100644
index 00000000..58a5e4bd
--- /dev/null
+++ b/digitalglarus/templates/digitalglarus/booking_orders_list.html
@@ -0,0 +1,68 @@
+{% extends "new_base_glarus.html" %}
+{% load staticfiles bootstrap3 i18n %}
+{% block content %}
+
+
+
+
+