{% extends "admin/base_site_nav.html" %} {% load i18n %} {% block extrahead %}{{block.super}} {% if not post %} {% endif %} {% endblock %} {% block content %} {% if not post %}

Create a sales order

{% else %}
Here is the production plan for your sales order {{post.salesorder}}:

Check out what we did with your input data:
    {% for msg in post.messages %}
  • {{ msg | safe }}
  • {% endfor %}

Learn how to load Excel spreadsheets to repeat this calculation for many sales orders.
{% endif %} {% endblock %}