mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
10 lines
263 B
Text
10 lines
263 B
Text
|
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
|