$def with (wikilist, user, varIDpage, alll, all, notreviewed,underreview,published, page,pagination,filter,filterName,is_git_auth, project,templates) $var user = user $var notreviewed = notreviewed $var underreview = underreview $var published = published $var alll = alll $var all = all $var page = page $var pagination = pagination $var is_git_auth = is_git_auth $var project = project
$ user_welcome = " "+user if user != 'anonymous' else ""

Welcome$user_welcome!


Records

$if len(wikilist) > 0: $for result in wikilist: $ modified = 'modified' if result[5] == 'modified' else '' $ type = [t["name"] for t in templates if t["type"] == result[6]]
Record Created by Modified by Last modified Stage Actions
$result[1]

$type[0]

$result[2] $result[3] $result[4][:10]

$result[4][11:-1]

$result[5] $if result[5] == 'not modified' or result[5] == 'modified' or result[5] == '-':
$elif result[5] == 'in review':
$elif result[5] == 'published':
$else: unknown
$ total = int(all)//int(pagination) $ remainder = int(all) % int(pagination) $if remainder > 0: $ total = total + 1
$for n in range(0,total): $ n = n + 1 $ strn = str(n)
$else:

There are no records to show!

If this looks like a mistake, control your setup configuration - e.g. the endpoint URL or the base URL.