loglevel #parse ( "/template/includes/actionerrors.vm" )
$action.getText('loglevel.profiling')
$action.getText('loglevel.precursor') #if ($profilingEnabled) $action.getText("common.words.on"). #else $action.getText("common.words.off"). #end
#form_xsrfToken() #if ($profilingEnabled) #set($buttonValue = $action.getText("loglevel.profilingOff")) #else #set($buttonValue = $action.getText("loglevel.profilingOn")) #end

$action.getText('loglevel.hibernate.heading')
#if($hibernateLoggingEnabled) #else #end
#form_xsrfToken()
#form_xsrfToken()

$action.getText('loglevel.profiles.heading')

$action.getText('loglevel.profileDesc') #if ($diagnosticEnabled) $action.getText("loglevel.diagnostic"). #else $action.getText("loglevel.production"). #end

#form_xsrfToken() #set($val = $action.getText("loglevel.production")) #set($val = $action.getText("loglevel.diagnostic"))

$action.getText("common.words.or"):

$action.getText('loglevel.customHeading')

$action.getText('loglevel.addNewEntry')
#form_xsrfToken() #set ($submitButtonName = 'Add')
$action.getText('loglevel.packageHeading') $action.getText('loglevel.newLevelHeading')  
#bodytag ("Select" "label=$theLabel" "name='extraLevelName'" "list=levelTypes" "theme='notable'") #param("selectedValue" "INFO") #end
$action.getText('loglevel.existingLevelsHeading')
#set($theLabel = $action.getText('loglevel.levellabel'))
#form_xsrfToken() #foreach($entry in $entries) #end
$action.getText('loglevel.packageHeading') $action.getText('loglevel.currentLevelHeading') $action.getText('loglevel.newLevelHeading')  
$entry.clazz $entry.level #bodytag ("Select" "label=$theLabel" "name='levelNames'" "list=levelTypes" "theme='notable'") #param("selectedValue" $entry.level) #end Remove
#parse("/breadcrumbs.vm")