{% extends "store/base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}Add delivery record{%endblock title%}{% block content %}
{% csrf_token %}

Add delivery record


{{ form.media }} {{ form|crispy }}
{% endblock content %}