{% extends "base.html" %} {% block title %}{{ _("Your Watchlist") }}{% end block %} {% block sidebar %} {% set help = backend.wiki.get_page("/wiki/watchlist") %} {% if help %} {% raw help.html %} {% end %} {% end block %} {% block main %}
{{ _("Your Watchlist") }}
{% if pages %} {% module WikiList(pages) %} {% else %}
{{ _("You do not have any pages on your watchlist") }}
{% end %}
{% end block %}