Documentation
Code Reference
Installation & Updates
API Reference
Configuration
Documentation & Help Version 5.0
To be very flexible with HTML templates for documents, and in order to ensure a proper layout in different situation (e.g. content exists or not), you can define that elements or code are only displayed if a content is not empty or a certain condition is fullfilled. This means that content is only displayed is a defined condition is met.
In the most basic form, the condition is just defined as "display code only if a defined content exists". This can be enhanced by and/or combinations ("if content A or B exists, display code X"). In a more advanced way, you can define multiple behaviours for multiple conditions.