{% extends 'layout.html.twig' %}
{% block title %}Edit address{% endblock %}
{% block content %}
Edit address
{{ include('customer_address/_form.html.twig', {'button_label': 'Update'}) }}
{{ include('customer_address/_delete_form.html.twig') }}
{% endblock %}