{# vim: set et ts=8 sts=4 sw=4 ai: #} {% extends "wiki.html" %} {%block head %} {{ super() }} {% endblock %} {% block extra_nav %}{% endblock %} {% block menu %} {{ super() }} {% include 'snippets/menu.html' %} {% include 'snippets/menutree.html' %} {% endblock %} {% block content %}
Date | Author | Files | Commit Message |
---|---|---|---|
{{entry.datetime|format_datetime}} {{entry.revision}}{% if has_permission('WRITE') %} {% endif %} | {# author #}{%if not entry.author_email%}{{entry.author_name}}{%else%}{{entry.author_name}}{%endif%} | {# files #}{% for fn,details in entry.files.items() %} {% if details.url %} {{details.name}} {% else %} {{details.name}} {% endif %} {% endfor %} | {{entry.message or '-/-'|safe}} |