{% extends 'base.html' %} {% block title %}Discounts - Rapha-Bethel BNPS{% endblock %} {% block content %}
Manage fee discounts and waivers
| Name | Type | Value | Applies To | Active |
|---|---|---|---|---|
{{ discount.name }} {{ discount.name_fr }} |
{{ discount.get_discount_type_display }} | {% if discount.discount_type == 'percentage' %}{{ discount.value }}%{% else %}{{ discount.value|floatformat:0 }} XAF{% endif %} | {{ discount.get_applies_to_display }} | {% if discount.is_active %}Active{% else %}Inactive{% endif %} |
| No discounts defined yet. | ||||