{% extends "base.html" %} {% block title %}Upgrade Required — {{ canvas_key }} | {{ brand.product_name if brand is defined else "ICDEV™" }}{% endblock %} {% block content %} {% set _tier_colors = {"community": "secondary", "professional": "primary", "enterprise": "warning"} %}
🔒

{{ canvas_key | replace("_", " ") | title }}

This canvas requires a higher license tier.

Your Plan
{{ active_tier | title }}
Required Plan
{{ required_tier | title }}
{% if brand is defined and brand.support_url %} ⬆ Upgrade Plan {% else %} ⬆ Upgrade Plan {% endif %} ← Dashboard

Plan Comparison

{%- set yes = '' | safe -%} {%- set no = '' | safe -%}
Feature Community Professional Enterprise
Core Canvases {{ yes }} {{ yes }} {{ yes }}
Professional Canvases {{ no }} {{ yes }} {{ yes }}
Enterprise Canvases {{ no }} {{ no }} {{ yes }}
Multi-Tenant Management {{ no }} {{ yes }} {{ yes }}
SSO / SAML Integration {{ no }} {{ yes }} {{ yes }}
Advanced RBAC & ABAC {{ no }} {{ no }} {{ yes }}
Compliance & Audit Export {{ no }} {{ no }} {{ yes }}
Priority Support {{ no }} {{ yes }} {{ yes }}
Dedicated Customer Success Manager {{ no }} {{ no }} {{ yes }}
{% endblock %}