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

Addresses

$ip_address

Domain Name System (DNS)

$if domains:

$", ".join(domains)

$elif tx.user.is_owner:

It is recommended that you add a domain name.

$if tx.user.is_owner:

The Onion Router (tor)

$if onion:

$(onion[:28])­$(onion[28:])

$if tx.user.is_owner:

Software

$if tx.user.is_owner:

Primary application: $main_app.name

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

$# $def render_parent_controllers(location, controllers):

Routes

$:render_parent_controllers("before", main_app.controllers) $:render_parent_controllers("after", main_app.after_controllers) $:render_parent_controllers("after", main_app.unprefixed_controllers) $if tx.user.is_owner:

Wrappers

    $for wrapper in main_app.wrappers:
  1. $wrapper.__name__
    $wrapper.__module__
$if tx.user.is_owner:

Settings



$# $def aside(): $# $#

Applications

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