{% extends "layout/default.html" %} {% set title = _("Options") %} {% block body %}
| {{_('Parameter')}} | {{_('Informations')}} |
|---|---|
| {{ _('Hostname') }} | {{ getHost }} |
| {{ _('Platform') }} | {{ getPlat }} |
| {{ _('RAM') }} | |
| {{ _('IP') }} | {{ g.ip }} |
| {{ _('Disk') }} | |
| {{ _('UpTime') }} | {{ g.uptime }} |