{% extends 'layout/2column.html' %} {% block html_title %}{{ path|path2name }} · {{ path }}{% endblock %} {% block content_head %} {% block content_head_before %} {% endblock %}
{% block content_head_after %} {% endblock %} {% endblock %} {% block content_main %} {% block content_main_before %} {% endblock %}
{% if not page %}
{% include '_form.html' %}
{% else %} {% include 'modal/widget_rename.html' %}
{% if req.query.renamed %}
移動しました: このページは {{ req.query.renamed }} から移動しました。
{% endif %} {% if not page.isLatestRevision() %}
注意: これは現在の版ではありません。
{% endif %} {#
承認待ち
ほげほげ
#} {# formatted text #} {# edit form #}
{% include '_form.html' %}
{# 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 %}

Attachments

Path: {{ page.path }}
Last updated at {{ page.revision.createdAt|datetz('Y-m-d H:i:s') }} by {{ page.revision.author.name }}
Created at {{ page.createdAt|datetz('Y-m-d H:i:s') }} by {{ page.creator.name }}

{% endblock %} {% block side_header %} {% include 'widget/page_side_header.html' %} {% endblock %} {# side_header #} {% block side_content %} {% include 'widget/page_side_content.html' %} {% endblock %} {% block footer %} {% endblock %} {% block body_end %} {% parent %}
{% endblock %}