{#
# Commented out temporally -- 2018.04.07 Yuki Takei
# This will be fixed by https://github.com/weseek/growi/issues/324
#
#
#}
{# list view #}
{% if pages.length == 0 %}
{# edit view #}
There are no pages under {{ path }}.
{% endif %}
{% include '../widget/page_list.html' with { pages: pages, pager: pager, viewConfig: viewConfig } %}
{% include '../_form.html' %}