{% extends "base.html" %} {% block content %} {% include "_admin_header.html" %}

{{ form_title }}

{% if customer.id %}
{% endif %} Back
{% for key, value in customer.items() %} {% if key != "id" %}
{% endif %} {% endfor %}
{% endblock %}