{% macro statusBadge(edition, licensedEdition) %} {% if edition == CraftEdition %} {% if edition <= licensedEdition %}
Solo{{ "For when you’re building a website for yourself or a friend."|t('app') }} |
Pro{{ "For when you’re building something professionally for a client or team."|t }} |
|
---|---|---|
{{ statusBadge(CraftPersonal, licensedEdition) }} | {{ statusBadge(CraftPro, licensedEdition) }} | |
{{ "Free"|t('app') }} | {{ price(CraftPro, editions[CraftPro]) }} | |
{{ buybtn(CraftPersonal, editions[CraftPersonal], licensedEdition, canTestEditions) }} | {{ buybtn(CraftPro, editions[CraftPro], licensedEdition, canTestEditions) }} | |
{{ "User Accounts"|t }} | ||
{{ "Additional user accounts"|t }} | {{ "One Admin account"|t('app') }} | {{ "Unlimited"|t }} |
{{ "User groups"|t }} | ||
{{ "User permissions"|t }} | ||
{{ "Public user registration"|t }} | ||
{{ "System Branding"|t }} | ||
{{ "Custom login screen logo"|t }} | ||
{{ "Custom HTML email template"|t }} | ||
{{ "Custom email message wording"|t }} | ||
{{ "Assets"|t }} | ||
{{ "Amazon S3 support"|t }} | ||
{{ "Rackspace Cloud Files support"|t }} | ||
{{ "Google Cloud Storage support"|t }} | ||
{{ "Localization and Translation"|t }} | ||
{{ "Section and entry locale targeting"|t }} | ||
{{ "Content translations"|t }} | ||
{{ "Locale-specific user permissions"|t }} | ||
{{ buybtn(CraftPro, editions[CraftPro], licensedEdition, canTestEditions) }} |