{% extends 'base.html' %} {% block title %}Set Transfer-to Branch{% endblock title %} {% block page_content %} {% include 'messages.html' %}
{% csrf_token %} {{ form.as_p }}

Select the branch to transfer to and click next to start adding products to transfer. To create a new branch, click here.
{% endblock page_content %}