{% extends "base.html" %} {% block title %}Choose a Plan — JQC{% endblock %} {% block content %}
Select the plan that best fits your team. You can upgrade or downgrade at any time.
| Users | {{ plan.max_users if plan.max_users else 'Unlimited' }} |
| Facilities | {{ plan.max_facilities if plan.max_facilities else 'Unlimited' }} |
| Inspections / mo | {{ plan.max_inspections_month if plan.max_inspections_month else 'Unlimited' }} |
| Mobile API (iPad) | {% if plan.allow_mobile_api %}{% else %}{% endif %} |
| Scheduled Reports | {% if plan.allow_scheduled_reports %}{% else %}{% endif %} |
| Branding | {% if plan.allow_branding %}{% else %}{% endif %} |
| Custom Domain | {% if plan.allow_custom_domain %}{% else %}{% endif %} |