Conditional Templates
|
This feature is available from Codebeamer 9.4.0.
|
Word templates can contain conditional parts based on item properties. These conditional blocks can be defined using bookmarks (similar to loops). For example, the following template contains two conditional blocks:
if_folder and
if_not_folder. The folders will be printed as only a name and an underline. Items of other types will have their properties and description included. For example
template-if-folder.docxIgnore empty folders
To ignore empty folders in the exported document, the if_not_empty_folder can be used instead of the if_folder.