{% extends 'base.html' %} {% load humanize %} {% block title %}Registration Fees Settings{% endblock %} {% block content %}
Configure registration fees for different products and services
| Product Type | Fee Name | Amount | Status | Created | Actions |
|---|---|---|---|---|---|
| {{ fee.get_product_type_display }} | {{ fee.fee_name }} | KES {{ fee.amount|floatformat:2|intcomma }} | {% if fee.is_active %} Active {% else %} Inactive {% endif %} | {{ fee.created_at|date:"M d, Y" }} |
|
Create your first registration fee using the form above.