{% extends 'base.html' %} {% block body %} {% if not ReleaseCheck.success %} {{ 'Error getting latest version information from server! Check the proxy setting.'|trans|msg('ko') }} {% endif %} {% if ReleaseCheck.success and ReleaseCheck.updateIsAvailable %} {% set style = 'color:red' %} {% endif %}
{{ 'Installed version:'|trans }} {{ constant('INSTALLED_VERSION', ReleaseCheck) }}
{% if ReleaseCheck.success %}
{% if not ReleaseCheck.updateIsAvailable %}
{% endif %}
{% endif %}
{% if ReleaseCheck.success %}
{{ 'Latest version:'|trans }} {{ ReleaseCheck.getLatestVersion }}
Docker image version: {{ elabimgVersion }}
{{ TeamsView.showStats|raw }}
{{ 'Operating System'|trans }}: {{ phpInfos.0 }}
{{ 'PHP Version'|trans }}: {{ phpInfos.1 }}
{{ 'Largest integer supported'|trans }}: {{ phpInfos.2 }}
{{ 'PHP configuration directory'|trans }}: {{ phpInfos.3 }}
{{ 'Maximum file size for uploaded files'|trans }}: {{ phpInfos.4 }}
{{ 'Timezone'|trans }}: {{ phpInfos.5 }}
{{ 'Members'|trans }}: {{ count.totusers }} − {% trans %} Experiment {% plural count.totxp %} Experiments {% endtrans %} : {{ count.totxp }} ({{ count.totxpts }} timestamped) − {{ 'Items'|trans }}: {{ count.totdb }} − {{ 'Created'|trans }}: {{ team.datetime }}
{% endfor %}
{{ 'Email Subject'|trans }}
{{ 'Email Body'|trans }}