Flexible Plans Tailored to Fit Your Community's Unique Needs!

Monthly Yearly
@for(pricecard of pricecards; track pricecard.plan) {
@if(pricecard.popular) { Popular } {{ pricecard.plan }} badge @if(pricecard.free) {

Free

} @else {
@if(show) {
$

{{ yearlyPrice(pricecard.planPrice) }}

/mo
} @else {
$

{{ pricecard.planPrice }}

/mo
}
} @for(rule of pricecard.rules; track rule){
@if(rule.limit) {
{{ rule.title }}
} @else { {{ rule.title }} }
}
}