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

Add bill record


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