56 |
57 |
58 |
59 |
60 | {item.label}
61 | {isActive && !isFree && {billing.status}}
62 |
63 |
64 |
65 |
66 | {item.description}
67 | {!shouldDowngrade && item.descriptionTrial && !isActive && {item.descriptionTrial}}
68 |
69 |
70 |
71 |
72 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 | {!isFree && {`$${item.cost}/month`}}
86 |
87 |
88 | {!isFree &&
89 |
96 | }
97 |
98 |
99 |
100 |
101 |
122 |
123 |