{% extends "layout.html" %} {% block body %}
{{ form.hidden_tag() }} {{ render_field_with_errors(form.vehicle) }}
{% endblock %}