{% extends 'base.html' %} {% block header %}

{% block title %}{% trans customerlabel=customer.label %}Edit "{{ customerlabel }}"{% endtrans %}{% endblock %}

{% endblock %} {% block content %}
{{ csrf_token()|safe }}

{{ csrf_token()|safe }}
{% endblock %}