{% extends 'D2BillingBundle::base.html.twig' %} {% block head_script_extra %} {% endblock head_script_extra %} {% block page_header %} {{ with_selected_form('discounts_list') }}
Customer Discount
records
{{ knp_pagination_sortable(discounts, 'Active', 'd.status') }} | {{ knp_pagination_sortable(discounts, 'Code', 'd.code') }} | {{ knp_pagination_sortable(discounts, 'Description', 'd.description') }} | {{ knp_pagination_sortable(discounts, 'Percent', 'd.percent') }} | ||
---|---|---|---|---|---|
{{ with_selected_checkbox('discounts_list', entity.id) }} | ![]() |
{{ entity.code }} | {{ entity.description }} | {{ entity.percent }} % |
|