Follow eLabFTW on Twitter! eLabFTW on GitHub {% if App.Session.has('auth') and (App.Session.get('is_sysadmin') == 1) %} {{ 'Sysadmin panel'|trans }} {% endif %} {% if App.Session.has('auth') and (App.Session.get('is_admin') == 1) %} {{ 'Admin panel'|trans }} {% if App.Users.readAllFromTeam(0)|length > 0 %} {{ App.Users.readAllFromTeam(0)|length }} Unconfirmed users {% endif %} {% endif %}

{{ 'Powered by'|trans }} eLabFTW
{{ 'Page generated in'|trans }} {{ App.getGenerationTime }} {{ 'seconds'|trans }} {% if App.Config.configArr.debug %} ({{ App.Db.getNumberOfQueries }} SQL)
{{ 'Memory usage:'|trans }} {{ App.getMemoryUsage|formatBytes }} ({{ App.getMemoryUsage }} {{ 'bytes'|trans }}) {% endif %}