{% if billing_status == 'trialing' %} You're on a trial of the Pro tier. Upgrade before it ends to keep your features. {% elif current_tier == 'free' %} You're on the Free tier. Upgrade to unlock more features. {% elif current_tier == 'pro' %} Pro tier gives you scheduling, notifications, and more. {% elif current_tier == 'business' %} Business tier includes webhooks, snapshots, and team features. {% else %} Enterprise tier with unlimited resources and premium support. {% endif %}
Configs: {{ tier.limits.configs }}
Users: {{ tier.limits.users }}
Schedules: {{ tier.limits.schedules }}
Webhooks: {{ tier.limits.webhooks }}
API: {{ tier.limits.api_requests_per_minute }}/min