{% extends '@SyliusAdmin/shared/form_theme.html.twig' %} {%- block _sylius_admin_promotion_rules_widget -%} {{ block('form_widget') }} {%- endblock -%} {%- block _sylius_admin_promotion_actions_widget -%} {{ block('form_widget') }} {%- endblock -%} {%- block _sylius_admin_promotion_rules_entry_row -%}
{{- form_errors(form) -}} {{- form_row(form.type) -}}
{{ (sylius_admin_get_promotion_rule_label(form.type.vars.data))|trans }}
{{- form_row(button_delete, sylius_test_form_attribute('delete')|sylius_merge_recursive({'attr': {'class': 'btn-close'}})) -}}
{{- form_row(form.configuration, {'label': false}) -}}
{%- endblock -%} {%- block _sylius_admin_promotion_actions_entry_row -%}
{{- form_errors(form) -}} {{- form_row(form.type) -}}
{{ (sylius_admin_get_promotion_action_label(form.type.vars.data))|trans }}
{{- form_row(button_delete, sylius_test_form_attribute('delete')|sylius_merge_recursive({'attr': {'class': 'btn-close'}})) -}}
{{- form_row(form.configuration, {'label': false}) -}}
{%- endblock -%} {% block _sylius_admin_promotion_rules_add_row %} {% if types is not empty %} {% endif %} {% endblock %} {% block _sylius_admin_promotion_actions_add_row %} {% if types is not empty %} {% endif %} {% endblock %}