{% extends "base.html" %} {% load static %} {% block page_head %} Add Invoice | Indous Technologies {% endblock page_head %} {% block content %}

Invoice

Back to List
{% csrf_token %} {{ form.as_p }} Cancel
{% endblock content %}