{% extends '../layout/admin.html' %} {% block html_title %}Wiki管理· {{ path }}{% endblock %} {% block content_head %}
{% endblock %} {% block content_main %}
{% set emessage = req.flash('errorMessage') %} {% if emessage.length %}
{{ emessage }}
{% endif %}
{% include './widget/menu.html' %}

{{ t('Only Wiki administrator can see this page') }}
{{ t('You can assign administrator from Assign administrator button in the User management page') }}

{{ t('System Information') }}

crowi-plus {{ crowiVersion() }}
node.js {{ nodeVersion() }}
npm {{ npmVersion() }}
yarn {{ yarnVersion() }}

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

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