{% extends "backend/base.html" %} {% load bootstrap4 %} {% block content %}
Clients - Create Client
Create a new client
Create Client
{% csrf_token %} {% bootstrap_form form %} {% buttons %} Cancel {% endbuttons %}
{% endblock %}