{# This template creates the moin version of a sitemap. The input `sitemap` is a list comprised of fqnames or lists of fqnames. List entries that are fqnames represent links or transclusions embedded in the starting item. List entries that are lists represent links or transclusions embedded in the item most recently processed. The resulting display is a multilevel unordered list. The input `backrefs` has an identical structure, but each fqname is a backward reference. The input `missing` is a set of fqnames that are non-existent. The input `no-read-auth` is a set of fqnames that may not be read by current user. #} {% extends theme("show.html") %} {% set title = _("SiteMap of '{item_name}'").format(item_name=fqname) %} {% macro showtree(sitemap) %}