$def with (ip_address, addresses, settings, main_app, apps, webint_metadata, webint_versions) $# , understory_version, applications) $var title: System

Addresses

$ip_address

$addresses

Settings

Software

Primary application: $main_app.name

webint version: $webint_versions[0] $if webint_versions[1]: out of date. current version is $webint_versions[1].

Routes

$def render_parent_controllers(location, controllers): $:render_parent_controllers("before", main_app.controllers) $:render_parent_controllers("after", main_app.after_controllers) $:render_parent_controllers("after", main_app.unprefixed_controllers)

Wrappers

    $for wrapper in main_app.wrappers:
  1. $wrapper.__name__
    $wrapper.__module__
$# $def aside(): $# $#

Applications

$# $# $# $#
$# $# $# $#
$# $#
$# $var aside = aside $# XXX