{% extends "base.html" %} {% load crispy_forms_filters %} {% load i18n %} {% block title %} {{ _("Update Dealer Information") }} {% endblock title %} {% block content %}

{{ _("Update Dealer Information") }}

{% csrf_token %} {{ form|crispy }}
{% trans "Cancel" %}
{% endblock %}