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

Edit customer #{{ customer.id }}

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