{% extends 'base.html' %} {% block body %}

{{ 'Installed version:'|trans }} {{ v }}
{{ 'Latest version:'|trans }} {% if App.Config.configArr.mail_from == 'notconfigured@example.com' %} {{ 'Please finalize install: %slink to documentation%s.'|trans|format("", "")|msg('ko') }} {% endif %}

Docker image version: {{ elabimgVersion }}
MySQL database structure version: {{ App.Config.configArr.schema }}

{% endblock body %}