mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-08 06:59:45 +00:00
12 lines
528 B
Twig
12 lines
528 B
Twig
<footer class="footer">
|
|
<p>
|
|
{{ 'This program is free software: you can redistribute it and/or modify it under the terms of the <strong>GNU Affero General Public License</strong>'|trans|raw }}
|
|
<br/>
|
|
{{ 'Running chill version %version%'|trans({ '%version%': chillBundlesVersion }) }}
|
|
<br/>
|
|
<a name="bottom" class="btn text-white" href="https://gitea.champs-libres.be/Chill-project/manuals/releases" target="_blank">
|
|
{{ 'User manual'|trans }}
|
|
</a>
|
|
</p>
|
|
</footer>
|