diff --git a/src/bundle/Resources/views/themes/admin/ui/dashboard/block/ez.html.twig b/src/bundle/Resources/views/themes/admin/ui/dashboard/block/ez.html.twig index 7a27ded3..797ee9de 100644 --- a/src/bundle/Resources/views/themes/admin/ui/dashboard/block/ez.html.twig +++ b/src/bundle/Resources/views/themes/admin/ui/dashboard/block/ez.html.twig @@ -17,13 +17,13 @@ - +
{{ 'dashboard.ez_version.release_not_determined'|trans |desc("The system could not find your composer.lock file. It's needed to determine information about your Ibexa installation. It is recommended to keep it during project development to make sure the same package versions are used across all environments.") |raw }} - +
{% elseif ez.stability != 'stable' %} {% set severity = 1 %} @@ -32,7 +32,7 @@ - +
{% if ez.composerInfo.minimumStability != 'stable' %} {{ 'dashboard.ez_version.unstable_minimum_stability'|trans({'%minimum_stability%': ez.composerInfo.minimumStability})|desc("Your setup is running with '%minimum_stability%' as composer.json minimum-stability. This is not recommended except when testing updates or during development.") }} {% else %} @@ -41,7 +41,7 @@ {% if ez.isEnterpise %} {{ 'dashboard.ez_version.non_stable_ee'|trans({'%support_url%': urls['support']})|desc("If you need assistance, don't hesitate to get in touch with Ibexa support.")|raw }} {% endif %} - +
{% elseif ez.isTrial %} {% set badge = 'Trial' %} @@ -51,7 +51,7 @@ - +
{{ 'dashboard.ez_version.trial_expired'|trans({'%ttl_url%': urls['ttl']})|desc("Unfortunately your trial period has expired and your TTL license is no longer valid.")|raw }} {% elseif ez.isEndOfMaintenance %} {% set severity = 1 %} @@ -59,7 +59,7 @@ - +
{{ 'dashboard.ez_version.trial_end_of_maintenance'|trans|desc("Your trial period is coming to an end.")}} {% else %} {% set severity = 0 %} @@ -67,7 +67,7 @@ - +
{{ 'dashboard.ez_version.trial_notice'|trans({'%name%': ez.name, '%doc_url%': urls['doc'], '%consulting_url%': urls['consulting_service'], '%training_url%': urls['training_service']}) |desc('Welcome to %name%, check our online documentation, consulting or training services in order to get the most out of your trial.') @@ -77,7 +77,7 @@ |desc("Contact Ibexa or its partner(s) to purchase a subscription and follow the online documentation to configure composer.json 'repositories' url for 'bul' instead of 'ttl'.") |raw }} - +
{% elseif not ez.isEnterpise %} {% set badge = 'GPL' %} @@ -88,7 +88,7 @@ - +
{{ 'dashboard.ez_version.community_end_of_maintenance'|trans({ '%release%': ez.release, '%update_url%': urls['update'] @@ -110,7 +110,7 @@ longer maintenance period of your release.") |raw }} - +
{% else %} {% set severity = 0 %} @@ -118,7 +118,7 @@ - +
{{ 'dashboard.ez_version.community_severity_non'|trans({ '%release%': ez.release, '%license_url%': urls['license'], @@ -127,7 +127,7 @@ |desc("Welcome to the open source %release% release. Using the community friendly GPL license, sharing your code is what it's all about.") |raw }} - +
{% endif %} {% elseif ez.isEndOfLife %} @@ -138,7 +138,7 @@ - +
{{ 'dashboard.ez_version.end_of_life_upgrade'|trans({ '%release%': ez.release, '%service_life_url%': urls['service_life'], @@ -147,7 +147,7 @@ |desc("Unfortunately %release% has reached end of life, please plan to upgrade. If you need assistance, don't hesitate to contact eZ.") |raw }} - +
{% endif %} {% endapply %}