EOModelDoc
Models
#foreach($model in $modelGroup.sortedModels)
$model.name
#if ($model.documentation) $model.documentation #else No documentation available for ${model.name}. #end
#foreach($entity in $model.sortedEntities)
$entity.name
, #end
#end