Edit {{listing.year}} {{listing.model2.car_make.name}} {{listing.model2.name}}
Contact Information
{{form.staff_handler.label(class_="form-check-label", for="staff_handler")}}
{{form.staff_handler(class_="form-control", id="staff_handler")}}
{% for error in form.staff_handler.errors %}
{{ error }}
{% endfor %}
Terms and Conditions
{{form.terms_of_services(class_="form-check-input", id="agree")}}
{{form.terms_of_services.label(class_="form-check-label",
for="agree")}}
{% for error in form.terms_of_services.errors %}
{{ error }}
{% endfor %}