{% extends "new_base_glarus.html" %} {% load staticfiles bootstrap3 i18n %} {% block content %}

Your Order History


Member Name

{{request.user.name}}


Active Membership

2016.11.13-2016.12.13


Booking history

{% for order in orders%} {% endfor %}
# Booking dates Days Invoice
{{order.id}} {{order.booking.start_date}}-{{order.booking.end_date}} {{order.booking_days}} View

Billing AdressEdit

{{request.user.name}}

{{billing_address.street_address}},{{billing_address.postal_code}}
{{billing_address.city}}, {{billing_address.country}}.

Thank You!


This box is here just to thank you

{% endblock %}