{% set php_version = constant('PHP_VERSION') %}

{% if php_version starts with '5.4' %}
<div class="g-grid">
    <div class="g-block alert alert-warning g-php-outdated">
        {{ 'GANTRY5_PLATFORM_PHP54_WARNING'|trans(php_version)|raw }}
    </div>
</div>
{% endif %}