{{ form }}
{% for coupon in coupon_list %} {% endfor %}
{{ 'CouponCode'|get_plugin_lang('BuyCoursesPlugin') }} {{ 'CouponDiscountType'|get_plugin_lang('BuyCoursesPlugin') }} {{ 'CouponDiscount'|get_plugin_lang('BuyCoursesPlugin') }} {{ 'CouponDateStart'|get_plugin_lang('BuyCoursesPlugin') }} {{ 'CouponDateEnd'|get_plugin_lang('BuyCoursesPlugin') }} {{ 'CouponDelivered'|get_plugin_lang('BuyCoursesPlugin') }} {{ 'Options'|get_lang }}
{{ coupon.code }} {{ coupon.discount_type }} {{ coupon.discount_value }} {{ coupon.valid_start | api_get_local_time }} {{ coupon.valid_end | api_get_local_time }} {{ coupon.delivered }} {% if coupon.active == coupon_status_active %} {% endif %} {% if coupon.active == coupon_status_disable %} {% endif %}