{% extends '../layout/admin.html' %} {% block html_title %}{{ customTitle(t('admin_top.Management Wiki')) }}{% endblock %} {% block content_header %}
{% endblock %} {% block content_main %}
{% set emessage = req.flash('errorMessage') %} {% if emessage.length %}
{{ emessage }}
{% endif %}
{% include './widget/menu.html' %}

{{ t("admin_top.wiki_administrator") }}
{{ t("admin_top.assign_administrator") }}

{{ t('admin_top.System Information') }}

GROWI {{ growiVersion() }}
node.js {{ nodeVersion() }}
npm {{ npmVersion() }}
yarn {{ yarnVersion() }}

{{ t('admin_top.List of installed plugins') }}

{% for pluginName in Object.keys(plugins) %} {% endfor %}
{{ t('admin_top.Package name') }} {{ t('admin_top.Specified version') }} {{ t('admin_top.Installed version') }}
{{ pluginName }} {{ plugins[pluginName] }} (TBD)
{% endblock content_main %} {% block content_footer %} {% endblock content_footer %}