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