{% extends 'base.html' %} {% block title %}HRMS - Offers & Discounts{% endblock %} {% block styles %} {% endblock %} {% block content %}
Offer Name | Discount | Valid From | Valid Until | Status | Actions |
---|---|---|---|---|---|
{{ discount.description }} | {{ discount.discount_percent }}% Off | {{ discount.valid_from.strftime('%Y-%m-%d') }} | {{ discount.valid_to.strftime('%Y-%m-%d') }} | {{ discount.dynamic_status }} |