From 5e8f3793ab4f4cb3aad3c6e7aa9d12454ab09ae7 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 20 Apr 2022 17:51:48 +0200 Subject: [PATCH] Fixed rendring issues --- docs/report/build.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/report/build.md b/docs/report/build.md index da12e42..7895147 100644 --- a/docs/report/build.md +++ b/docs/report/build.md @@ -26,7 +26,13 @@ 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 %}``` Each bom_item line has further context variables. +bom_items that can be looped using + +```html +{%for line in build.bom_items %} +``` + +Each bom_item line has further context variables. | Variable | Description | | --- | --- |