{% 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 }}
{{ 'Teams'|trans }}: {{ teamsStats.totteams }} - {{ 'Members'|trans }}: {{ teamsStats.totusers }} − {% trans %}Experiment{% plural teamStats.totxp %}Experiments{% endtrans %}: {{ teamsStats.totxp }} ({{ teamsStats.totxpts }} timestamped) − {{ 'Items'|trans }}: {{ teamsStats.totdb }}
{{ "The following text will be displayed to all users on all pages while it's active."|trans }}
{{ 'The following text will be displayed only on the login page.'|trans }}
{{ 'Members'|trans }}: {{ count.totusers }} − {% trans %} Experiment {% plural count.totxp %} Experiments {% endtrans %} : {{ count.totxp }} ({{ count.totxpts }} timestamped) − {{ 'Items'|trans }}: {{ count.totdb }} − {{ 'Created'|trans }}: {{ team.datetime }}