{% extends "base.html" %} {% load static %} {% block page_head %} Add Client | Indous Technologies {% endblock page_head %} {% block content %}
{% csrf_token %} {{ form.as_p }} Cancel
{% endblock content %}