{% set php_version = constant('PHP_VERSION') %} {% if php_version starts with '5.4' %}
{{ 'GANTRY5_PLATFORM_PHP54_WARNING'|trans(php_version)|raw }}
{% endif %}