@code{
int i=0;
int j=0;
}
- Product
- @{escape(getProductInfo(catalog))}
@if{catalog.characterSet!=null}
- Character Set
- @{escape(catalog.characterSet)}
@end{}
@if{catalog.collation!=null}
- Collation
- @{escape(catalog.collation)}
@end{}
@if{catalog.characterSemantics!=null}
- Character Semantics
- @{escape(catalog.characterSemantics)}
@end{}
@if{catalog.remarks!=null}
- Remarks
- @{escape(catalog.remarks)}
@end{}
@if{catalog.displayRemarks!=null}
- Display Remarks
- @{escape(catalog.displayRemarks)}
@end{}
- Generated At
- @{renderOptions.formatDateTime(createdAt)}