#set ($newLineSentForList = false)
#if ("$!listDepth" == '')
  #set ($listDepth = 0)
#else
  #set ($listDepth = $listDepth + 1)
#end
## Since this is a standalone element we separate from the previous block by 2 NL, except when nested in another list.
#if ($listDepth == 0)

#end

${stringtool.repeat(' ', $listDepth)}\begin{description}
$latex.processor.process($latex.block.getChildren())
${stringtool.repeat(' ', $listDepth)}\end{description}#if ($listDepth > 0 && !$newLineSentForList)
#set ($newLineSentForList = true)

#end
#set ($listDepth = $listDepth - 1)