{{ vizTitle }}

{% for name in properties.columns_to_display %} {% if name in properties.translations|keys %} {% else %} {% endif %} {% endfor %} {% for tableRow in dataTable.getRows %} {% for column in properties.columns_to_display %} {% endfor %} {% endfor %}
{{ properties.translations[name]|translate }}{{ name }}
{{ tableRow.getColumn(column)|default('-')|truncate(50)|rawSafeDecoded }}