{% extends 'AppBundle:Admin:CRUD\\Rental\\LoanContract\\Edit\\Layout\\loan_contract_layout.html.twig' %} {% import 'AppBundle:Admin:Form\\macro_form.html.twig' as macro_form %} {% block panel_content %}
{{ 'form.pricing_title'|trans({}, admin.translationdomain) }}
{{ macro_form.form_row_km(form.rentalPricing.predicatedKm) }} {{ macro_form.form_row_checkbox_yes_no(form.rentalPricing.isIncludedKm) }} {{ macro_form.form_row_checkbox_yes_no(form.rentalPricing.isIncludedFuel) }}
{{ 'form.insurance_title'|trans({}, admin.translationdomain) }}
{{ macro_form.form_row_checkbox_yes_no( form.rentalInsurance.isRenterInsurance, 'col-md-2', 'col-md-4') }} {{ macro_form.form_row_multiple([ form.rentalInsurance.insuranceName, form.rentalInsurance.insuranceNumber ], 'col-md-2', 'col-md-4') }} {{ macro_form.form_row_multiple([ form.rentalInsurance.insurancePhone ], 'col-md-2', 'col-md-4') }} {{ macro_form.form_row_multiple([ form.rentalInsurance.excessPriceWithTax, form.rentalInsurance.excessTheftPriceWithTax ], 'col-md-2', 'col-md-4') }}
{% endblock panel_content %}