{% import '@OroUI/macros.html.twig' as UI %}
{{ UI.quickAccessButton({
'dataUrl': path('oro_sale_quote_create_for_customer', { customer: entity.id }),
'title': 'oro.sale.quote.customer.quick_access_button.create_quote.label'|trans,
'label': 'oro.sale.quote.customer.quick_access_button.create_quote.label'|trans,
'iCss': 'fa-file-text',
'widget': {
'reload-grid-name': 'customer-view-quote-grid',
'options': {
'alias': 'oro_sale_quote_create_for_customer_dialog',
'dialogOptions': {
'title': 'oro.sale.quote.customer.quick_access_button.create_quote.widget.title'|trans,
}
}
}
}) }}