checkpoint
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
{% for key in l if key in headers%}
|
||||
{{ list_to_cols(l[key], headers) }}
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
<td>{{ l if l else "" }}</td>
|
||||
{% elif l %}
|
||||
<td>{{ l }}</td>
|
||||
{% endif %}
|
||||
{% endmacro %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user