{% 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() %}
移動しました: このページは {{ req.query.renamed }} から移動しました。
{% endif %} {% if not page.isLatestRevision() %}
注意: これは現在の版ではありません。 最新のページを表示
{% endif %} {#
承認待ち
ほげほげ
#} {# formatted text #} {# edit form #} {% if not page.isDeleted() %}
{% include '_form.html' %}
{% endif %} {# raw revision history #}

History

{% if not page %} {% else %}
{% for t in tree %}
{% if t.author %}{{ t.author.username }}{% else %}-{% endif %}
{{ t.createdAt|datetz('Y-m-d H:i:s') }}
このバージョンを見る 差分を見る
{% endfor %}
{% endif %}
{% endif %}
さんがこのページを編集しました。 最新版を読み込む
{% 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 %}