{% extends "base.html" %} {% load crispy_forms_filters %} {% load i18n static %} {% block title %} {{ _("Create Quotation") }} {% endblock title %} {% block customCSS %} {% endblock customCSS %} {% block content %}
{{ _("Please add at least one car before creating a quotation.") }}{{ _("Add Car") }}
{{ _("Please add at least one customer before creating a quotation.") }}{{ _("Add Customer") }}