{% extends 'layout/2column.html' %} {% block html_title %}{{ path|path2name }} · {{ path }}{% endblock %} {% block content_head %} {% block content_head_before %} {% endblock %}
{% if not page.isDeleted() %} {% else %} {# trash/* #} {% endif %}
{% block content_head_after %} {% endblock %} {% endblock %} {% block content_main %} {% block content_main_before %} {% endblock %}
{% if not page %}
{% include '_form.html' %}
{% else %} {% if page.isDeleted() %}

This page is in the trash.

Deleted by {{ page.lastUpdateUser.name }} at {{ page.updatedAt|datetz('Y-m-d H:i:s') }}

{% endif %} {% if not page.isDeleted() %} {% endif %}
{% if req.query.renamed and not page.isDeleted() %}
{{ t('Moved') }}: {{ t('page_page.notice.moved', req.query.renamed) }}
{% endif %} {% if not page.isLatestRevision() %}
{{ t('Warning') }}: {{ t('page_page.notice.version') }} {{ t('Show latest') }}
{% endif %} {#
承認待ち
ほげほげ
#} {# formatted text #} {# edit form #} {% if not page.isDeleted() %}
{% include '_form.html' %}
{% endif %} {# raw revision history #} {% if not page %} {% else %}
{% endif %}
{% endif %}
{{ t('edited this page') }} {{ t('Load latest') }}
{% block content_main_after %} {% endblock %} {% endblock %} {% block content_footer %} {% if page %}

Attachments

Path: {{ page.path }}
{# for BC #} {% if page.lastUpdateUser %} Last updated at {{ page.updatedAt|datetz('Y-m-d H:i:s') }} by {{ page.lastUpdateUser.name }}
{% else %} Last updated at {{ page.revision.createdAt|datetz('Y-m-d H:i:s') }} by {{ page.revision.author.name }}
{% endif %} {# /for BC #} Created at {{ page.createdAt|datetz('Y-m-d H:i:s') }} by {{ page.creator.name }}

{% endif %} {% endblock %} {% block side_header %} {% if not page.isDeleted() %} {% include 'widget/page_side_header.html' %} {% endif %} {% endblock %} {# side_header #} {% block side_content %} {% if not page.isDeleted() %} {% include 'widget/page_side_content.html' %} {% endif %} {% endblock %} {% block footer %} {% endblock %} {% block body_end %} {% parent %}
{% include 'modal/rename.html' %} {% include 'modal/delete.html' %} {% include 'modal/page_name_warning.html' %}
{% endblock %}