{% if page and not page.isLatestRevision() %}
{{ t('Warning') }}: {{ t('page.notice.version') }} 最新のポータルを表示
{% endif %}
{% include '_form.html' with {forceGrant: 1} %}
{% if pages.length == 0 %}
{% if isTrashPage() %}
No deleted pages.
{% else %}
There are no pages under {{ path }}.
Next Actions
- Create portal page?
- Great! To create the portal of {{ path }}, click "Create Portal" button.
- Create the under page directly?
- Nice. To create the page under {{ path }} directly, type the page name on your browser.
{% include 'widget/page_list.html' with { pages: pages, pager: pager, viewConfig: viewConfig } %}
{# timeline view #}
{% for page in pages %}
{% endfor %}
{% endfor %}