{% extends 'admin/admin_base.html.twig' %} {% import "admin/Macros/Buttons/_button.html.twig" as button %} {% set page_title = "Müşteri Paket Düzenle" %} {% block title %}{{ page_title }}{% endblock %} {% block stylesheets %} {% endblock %} {% block breadcrumb %} {% set fields = [ {'name':'Müşteri Paketleri','href':path('admin_customer_package_index') }, { 'name': page_title }] %} {% include 'admin/Common/_breadcrumb.html.twig' %} {% endblock %} {% block body %}
{% include "admin/Main/Customer/CustomerPackage/_form.html.twig" %}
{% endblock %} {% block javascripts %} {# #} {% endblock %}