#* @vtlvariable name="action" type="com.atlassian.confluence.admin.actions.ConfigureMobileAppsAction" *# $action.getText("mobile.apps.title") configuremobileapps $action.getText("mobile.apps.desc", [$docBean.getLink("help.mobile.document")]) #set($upmLink = "$req.contextPath/plugins/servlet/upm") #set($helpLink = "https://confluence.atlassian.com/x/L_hbO")

$action.getText("mobile.apps.using.app.title")

#if($action.isMobilePluginEnabled())

$action.getText("mobile.apps.plugin.name") $action.getText("mobile.apps.plugin.enabled.text")

$action.getText("mobile.apps.plugin.enabled.desc", [$upmLink, $helpLink])

#webPanelForLocation("atl.mobile.configuration" $context) #else

$action.getText("mobile.apps.plugin.name") $action.getText("mobile.apps.plugin.disabled.text")

$action.getText("mobile.apps.plugin.disabled.desc", [$upmLink, $helpLink])

#end #parse("/breadcrumbs.vm")