{% extends "base.html" %} {% block title %} New Purchase {% endblock title %} {% block content %}
New Purchase

{% csrf_token %} {% for field in form.visible_fields %}
{{ field.label_tag }} {{ field }}
{% endfor %}
Cancel
{% endblock content %}