mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-02 12:09:41 +00:00
14 lines
596 B
Twig
14 lines
596 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/>
|
|
{% if get_chill_version() %}
|
|
{{ 'footer.Running chill version %version%'|trans({ '%version%': get_chill_version() }) }}
|
|
{% endif %}
|
|
<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>
|