Merge branch 'master' into Develop

This commit is contained in:
Ozzie Isaacs
2021-10-24 09:49:42 +02:00
87 changed files with 16529 additions and 12200 deletions

View File

@@ -199,6 +199,8 @@
{{column.value|safe}}
{% elif c.datatype == 'series' %}
{{ '%s [%s]' % (column.value, column.extra|formatfloat(2)) }}
{% elif c.datatype == 'text' %}
{{ column.value.strip() }}{% if not loop.last %}, {% endif %}
{% else %}
{{ column.value }}
{% endif %}