mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-22 16:02:16 +00:00
Added array empty condition to print
This commit is contained in:
@@ -9,6 +9,13 @@
|
|||||||
|
|
||||||
{% for child in children %}
|
{% for child in children %}
|
||||||
{{ child }}
|
{{ child }}
|
||||||
|
{% empty %}
|
||||||
|
<blockTable colWidths="{{currentIndent}},100%" alignment="left" style="objectTable">
|
||||||
|
<tr>
|
||||||
|
<td></td>
|
||||||
|
<td><para>(No items recorded)</para></td>
|
||||||
|
</tr>
|
||||||
|
</blockTable>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% endautoescape %}
|
{% endautoescape %}
|
||||||
Reference in New Issue
Block a user