diff --git a/rigForms/templates/rigForms/print/render-array.xml b/rigForms/templates/rigForms/print/render-array.xml index 611594f4..fb19c539 100644 --- a/rigForms/templates/rigForms/print/render-array.xml +++ b/rigForms/templates/rigForms/print/render-array.xml @@ -9,6 +9,13 @@ {% for child in children %} {{ child }} +{% empty %} + + + + (No items recorded) + + {% endfor %} {% endautoescape %} \ No newline at end of file