[module aqlConditional('http://www.eclipse.org/emf/2002/Ecore')/]

[template public myTemplate(myParam : ecore::EPackage)]
  [ if myParam.name = '' then 'No name' else myParam.name endif/]
[/template]