{% extends 'base.html' %} {% load static %} {% block title %}{{ title }} — Rapha-Bethel BNPS{% endblock %} {% block content %}

{{ title }}

Back
Item Price Details
{% csrf_token %} {% if form.errors %}
Please correct the errors below. {{ form.non_field_errors }}
{% endif %}
{{ form.item_type }}
{{ form.name }}
{{ form.price }}
{{ form.academic_year }}
{{ form.description }}
{{ form.is_active }}
Cancel
{% endblock %} {% block extra_js %} {% endblock %}