{% extends 'base.html' %} {% block title %}Add Discount - Rapha-Bethel BNPS{% endblock %} {% block content %}

{% if object %}Edit{% else %}Add{% endif %} Discount

Back
Discount Details
{% csrf_token %} {% if form.errors %}
Please correct the errors below.
{% endif %}
{{ form.name }}
{{ form.name_fr }}
{{ form.discount_type }}
{{ form.value }}
{{ form.applies_to }}
{{ form.specific_fees }}
{{ form.description }}
{{ form.is_active }}
Cancel
{% block extra_js %} {% endblock %} {% endblock %}