{% extends 'admin/admin_base_new.html.twig' %} {% import "admin/Macros/Buttons/_button.html.twig" as button %} {% set page_title = "Müşteri Adresleri" %} {% block title %}{{ page_title }}{% endblock %} {% set user = customer.user %} {% set profile = user.profile|default %} {% block stylesheets %} {% endblock %} {% block breadcrumb %} {% set fields = [ {'name':profile.fullName|default, 'href':path('admin_customer_show',{'id':customer.id})},{ 'name': page_title }] %} {% include 'admin/Common/_breadcrumb.html.twig' %} {% block page_buttons %} Adres Ekle {% endblock %} {% endblock %} {% block body %}
{% endblock %}