{% 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("wiki_administrator") }}
{{ t("assign_administrator") }}

{{ 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 %}