{% extends "../base.html" %} {% block title %}{{ _("Recent Changes") }}{% end block %} {% block content %}

{{ _("Recent Changes") }}

{% module WikiList(recent_changes, show_changes=True) %}
{% end block %}