From 72a2b35921597c2c0808daece484d3a46d2a657d Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 20 Apr 2022 18:00:06 +0200 Subject: [PATCH] Update build.md --- docs/report/build.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/report/build.md b/docs/report/build.md index e8199f4..f888a67 100644 --- a/docs/report/build.md +++ b/docs/report/build.md @@ -26,15 +26,7 @@ In addition to the default report context variables, the following context varia | build.status | The status of the build. 20 means 'Production' | | build.bom_items | A query set with all bom items for the build | -bom_items that can be looped using - -```html -{%for line in build.bom_items %} -some code -{% endfor %} -``` - -Each bom_item line has further context variables. +bom_items that can be looped. Each bom_item line has further context variables. | Variable | Description | | --- | --- |