-
-
- {% if not items %}
-
- {% url "car_add" request.dealer.slug as create_car_url %}
- {% include "message-illustration.html" with value1="Please add at least one car before creating a quotation." value2="Add car" message_image="images/empty/no_car.png" url=create_car_url %}
-
- {% endif %}
-
-
- {% if not customer_count %}
- {% url "customer_create" request.dealer.slug as create_customer_url %}
- {% include "message-illustration.html" with value1="Please add at least one customer before creating a quotation." value2="Add Customer" message_image="images/empty/no_estimate.png" url=create_customer_url %}
- {% endif %}
-
-
-
-
-
-
{% endblock %}
{% block customJS %}
- {% endblock %}
-
+{% endblock %}