Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Last active July 16, 2019 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GroupDocsGists/8cc73fe8a55e64e0e7d5c59e347724c4 to your computer and use it in GitHub Desktop.
Save GroupDocsGists/8cc73fe8a55e64e0e7d5c59e347724c4 to your computer and use it in GitHub Desktop.
<<foreach [order in orders]>><<[order.getClientName()]>> (<<[order.getClientAddress()]>>)
1. <<foreach [service in order.getServices()]>><<[service.getName()]>>
<</foreach>><</foreach>>
<<foreach [order in orders]>><<[order.getClientName()]>> (<<[order.getClientAddress()]>>)
1. <<restartNum>><<foreach [service in order.getServices()]>><<[service.getName()]>>
<</foreach>><</foreach>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment