{% extends "customer/baseaccountpage.html" %} {% load i18n bootstrap4 %} {% block tabcontent %}

Profile

{% if not method == "get" %}{% csrf_token %}{% endif %}
{% bootstrap_field form.first_name %}
{% bootstrap_field form.last_name %}
{% bootstrap_field form.email %}
{% bootstrap_field form.phone %}
{% trans "or" %} {% trans "cancel" %}.
{% endblock tabcontent %}