{% extends 'D2PartnerBundle::base.html.twig' %} {% block head_script_extra %} {% endblock head_script_extra %} {% block page_header %}
Diesel Price Adjustments
records
{{ knp_pagination_sortable(prices, 'Partner', 'p.company_name') }} | {{ knp_pagination_sortable(prices, 'MA Account', 'ma.ma_account_name') }} | {{ knp_pagination_sortable(prices, 'Price', 'd.price') }} | {{ knp_pagination_sortable(prices, 'Percentage', 'd.percentage') }} | {{ knp_pagination_sortable(prices, 'Start Date', 'd.start_date') }} | {{ knp_pagination_sortable(prices, 'End Date', 'd.end_date') }} | |
---|---|---|---|---|---|---|
{{ entity.partner_name | trim }} | {% if entity.ma_account_name is not null %}{{ entity.ma_account_name | trim }}{% else %}All Accounts{% endif %} | {{ entity.price|number_format(2, '.', '') }} | {{ entity.percentage|number_format(2, '.', '') }} | {% if entity.start_date is not null %}{{ entity.start_date|date("Y/m/d") }}{% endif %} | {% if entity.end_date is not null %}{{ entity.end_date|date("Y/m/d") }}{% endif %} |
|