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

School Item Prices

Uniforms, sportswear, report cards, pullovers & other items

{% if messages %} {% for msg in messages %}
{{ msg }}
{% endfor %} {% endif %}
Official prices from school records: Uniforms 5,000 XAF  ·  Sportswear 3,500 XAF  ·  Report Card 1,000 XAF  ·  Pullovers 5,000 XAF
{% for item in items %} {% empty %} {% endfor %}
Item Type Year Selling Price (XAF) Status Actions
{{ item.name }} {{ item.get_item_type_display }} {{ item.academic_year }} {{ item.price|floatformat:0 }} {% if item.is_active %} Available {% else %} Unavailable {% endif %}
No item prices set up yet. Add the first one
{% endblock %}