checkpoint

This commit is contained in:
evilchili
2022-08-06 22:07:19 -07:00
parent 24a36e3096
commit 4f010ba507
4 changed files with 37 additions and 21 deletions
@@ -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 %}