{% load i18n %} {% load bootstrap3 %}
{% bootstrap_field customer_form.phone %}
{% bootstrap_field customer_form.email %}
{% bootstrap_field customer_form.fname %}
{% bootstrap_field customer_form.lname %}
{% bootstrap_field customer_form.address %}
{% bootstrap_field customer_form.company %}
{% bootstrap_field customer_form.postal_code %}
{% bootstrap_field customer_form.city %}
{% bootstrap_field customer_form.country %}
{% comment %}
{% bootstrap_field customer_form.notify_by_sms %} {% bootstrap_field customer_form.notify_by_email %}
{% endcomment %} {% block media %} {% if request.user.is_authenticated %} {% endif %} {% endblock media %}