{% extends "base_template.html" %} {% from "courses/admin/_form.html" import flashes with context %} {% block title %}{{ _('Activity') }}{% endblock %} {% block content %}
{{ _('Recent edits across the whole wiki. Each row is what a page said before that save.') }}
| {{ _('When') }} | {{ _('Page') }} | {{ _('Course') }} | {{ _('By') }} | {{ _('Actions') }} |
|---|---|---|---|---|
| {{ revision.created_at | course_datetime }} | {# The page's current name, not the archived one: this row is a way in, and a link labelled with a title the page no longer has is a link nobody trusts. The old title is on the comparison screen. #} {{ revision.page.name }} | {{ revision.page.course.name }} | {{ revision.author_email or _('unknown') }} | {{ _('Compare') }} |
| {{ _('Nothing has been edited yet. Saves from now on appear here.') }} | ||||