{% extends 'orders/base.html' %} {% block title %}Create an order{% endblock %} {% block body %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}