## todo - check that the exception displaying code works below
#if ($errors.get($parameters.name))
#if ($parameters.labelposition == 'top')
|
#else
| |
#end
$errors.get($parameters.name)
#if ($errors.get($parameters.name.concat('Exception')))
Extra Information:
[show]
$errors.get($parameters.name.concat('Exception'))
#end
|
#end
## if the label position is top,
## then give the label it's own row in the table
#if ($parameters.nolabel == true)
#else
#if ($parameters.labelposition == 'top')
|
#else
#if ($errors.get($parameters.name))
|
#else
|
#end
#end
#if ($parameters.mandatory == true)
* $parameters.label: :
#else
$parameters.label:
#end
|
#end
#if ($parameters.labelposition == 'top')
#end
#if ($errors.get($parameters.name))
|
#else
|
#end
|