{% extends 'base.html' %} {% block title %}Set Supplier{% endblock title %} {% block page_content %} {% include 'messages.html' %}
{% csrf_token %} {{ form.as_p }}

Set the supplier and click next to start processing the delivery. To create a new supplier, click here
{% endblock page_content %}