{% extends "welcome_base.html" %} {% load crispy_forms_filters %} {% load i18n static %} {% block content %}
{% trans 'home' %} {% trans 'home' %}

{% trans 'Car Dealership Registration' %}

{% trans 'Create your dealership account today' %}

{% csrf_token %}
{{ form|crispy }}
{% endblock content %} {% block customJS %} {% endblock customJS %}