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

Booking


Your Digital Glarus Membership enables you to use our coworking space and it includes 2 working days for the month you signed up. The membership fee is a monthly subscription. Additional day costs 15CHF per day. More than 17 days a month it will charge only 290CHF/month.

{% if is_free %}

Billing Adress



Your booking is FREE of charge! You can change or cancel the booking freely 7 days before the booking date.



{% else %}

Billing Adress

{% if last4 %}

Credit CardEdit

Last 4: *****{{last4}}

Type: {{credit_card_data.cc_brand}}

{% else %}

Credit Card (Last used)

{% endif %} {% endif %}

Booking Summary

Dates {{start_date}} - {{end_date}}

Change dates


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

Digital Glarus
In der Au 7 Schwanden 8762 Switzerland
info@digitalglarus.ch
+41 55 505 6266

 

 

{% if stripe_key %} {%endif%} {% if credit_card_data.last4 and credit_card_data.cc_brand %} {%endif%} {% endblock %}