{% extends 'D2PartnerBundle::base.html.twig' %} {% block page_header %}
Back
View Partner Diesel Price Adjustment.
{% endblock page_header %} {% block content %}
Partner {% if entity.getPartner is not null %}{{ entity.getPartner.getCompanyName }}{% endif %}
Partner {% if entity.getMaAccount is not null %}{{ entity.getMaAccount.getMaAccountName }}{% else %}All Accounts{% endif %}
Price R {{ entity.getPrice|number_format(2, '.', '') }}
Percentage {{ entity.getPercentage|number_format(2, '.', '') }}
Start Date {% if entity.getStartDate is not null %}{{ entity.getStartDate|date("Y/m/d") }}{% endif %}
End Date {% if entity.getEndDate is not null %}{{ entity.getEndDate|date("Y/m/d") }}{% endif %}
{% endblock content %}