{% set version = constant('App\\Constants::VERSION') ~ ' ' ~ constant('App\\Constants::STATUS') %}

{{ 'home.title'|trans({'%version%': version}, 'sidebar') }}

{{ 'home.betainfo'|trans({'%version%': version, '%url%': constant('App\\Constants::GITHUB')}, 'sidebar')|raw|nl2br }}
{{ 'made.by.license'|trans({}, 'sidebar')|raw }}