mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-26 18:51:50 +02:00
Display Pricing Exceptions on Subscription Dashboard GitOrigin-RevId: 31de89824db70b7af1f8704e6da592064ce44bfd
10 lines
263 B
Plaintext
10 lines
263 B
Plaintext
p
|
|
i * !{translate("subject_to_additional_vat")}
|
|
|
|
if (personalSubscription.recurly.activeCoupons.length > 0)
|
|
i * !{translate("coupons_not_included")}:
|
|
ul
|
|
each coupon in personalSubscription.recurly.activeCoupons
|
|
li
|
|
i= coupon.description || coupon.name
|