{% extends "base.html" %} {% load i18n static custom_filters %} {% block title %} {% trans 'Add New Car' %} {% endblock %} {% block content %} {% if not vendor_exists %} {% url "vendor_create" request.dealer.slug as create_vendor_url %} {% include "empty-illustration-page.html" with value="Vendor" url=create_vendor_url %} {% endif %}