{% macro statusBadge(edition, licensedEdition) %} {% if edition == CraftEdition %} {% if edition == licensedEdition %}
Personal{{ "For sites built by and for the developer."|t('app') }} |
Client{{ "For sites built for clients with only one content manager."|t('app') }} |
Pro{{ "For everything else."|t('app') }} |
|
---|---|---|---|
{{ statusBadge(CraftPersonal, licensedEdition) }} | {{ statusBadge(CraftClient, licensedEdition) }} | {{ statusBadge(CraftPro, licensedEdition) }} | |
{{ "One-Time Price"|t('app') }} | {{ "Free"|t('app') }} | {{ price(CraftClient, editions[CraftClient]) }} | {{ price(CraftPro, editions[CraftPro]) }} |
{{ buybtn(CraftClient, editions[CraftClient], licensedEdition, canTestEditions) }} | {{ buybtn(CraftPro, editions[CraftPro], licensedEdition, canTestEditions) }} | ||
{{ "User Accounts"|t('app') }} | |||
{{ "Additional user accounts"|t('app') }} | {{ "One Admin account"|t('app') }} | {{ "One “Client” account"|t('app') }} | {{ "Unlimited"|t('app') }} |
{{ "User groups"|t('app') }} | |||
{{ "User permissions"|t('app') }} | |||
{{ "Public user registration"|t('app') }} | |||
{{ "System Branding"|t('app') }} | |||
{{ "Custom login screen logo"|t('app') }} | |||
{{ "Custom HTML email template"|t('app') }} | |||
{{ "Custom email message wording"|t('app') }} |