{% 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 # Booking dates Days Invoice {% for order in orders%} {{order.id}} {{order.booking.start_date}}-{{order.booking.end_date}} {{order.booking_days}} View {% endfor %} Billing AdressEdit {{request.user.name}} {{billing_address.street_address}},{{billing_address.postal_code}} {{billing_address.city}}, {{billing_address.country}}. Thank You! Digital Glarus lives with your love! Our coworking space is here because of your love and support. This box is here just to thank you {% endblock %}
This box is here just to thank you