template editor

This commit is contained in:
EugeneTes
2026-02-05 08:42:02 +01:00
parent 1fcaaa040b
commit 1c0c95842a
4 changed files with 131 additions and 7 deletions

View File

@@ -21,14 +21,14 @@
<line tall="true" wrap="true">{{dish.GuestPrefix}}{{dish.Number}}x {{dish.Name}}</line>
<if test="dish.Modifications.HasModifications">
<foreach items="dish.Modifications.Removed" var="removed">
<line tall="true" bold="true"> - {{removed}}</line>
<line tall="true" bold="true"> - {{removed}}</line>
</foreach>
<foreach items="dish.Modifications.Added" var="added">
<line tall="true" bold="true"> + {{added}}</line>
<line tall="true" bold="true"> + {{added}}</line>
</foreach>
</if>
<if test="dish.Comment">
<line tall="true" bold="true">Comment: {{dish.Comment}}</line>
<line tall="true" bold="true"> Comment: {{dish.Comment}}</line>
</if>
</foreach>
<if test="!$last">