{% extends "new_base_glarus.html" %} {% load staticfiles bootstrap3 i18n %} {% block content %} Billing Address Billing Adress {% if current_billing_address %} {% for field in form %} {% csrf_token %} {% bootstrap_field field show_label=False type='fields'%} {% endfor %} {% bootstrap_form_errors form type='non_fields'%} {% if messages %} {% for message in messages %} {{ message }} {% endfor %} {% endif %} Save {% else %} You don't have any order yet {% endif %} Digital Glarus In der Au 7 Schwanden 8762 Switzerland info@digitalglarus.ch (044) 534-66-22 {% if stripe_key %} {%endif%} {% endblock %}