{{ name }}
{% endif %} {% if rows | length > 0 %}{% for v in rows[0]['value'] %} | {{ style._labels[loop.index0] }} | {% endfor %}|
---|---|---|
{{ row['name'] }} | {% if row['value'].__class__.__name__ == 'list' %} {% for value in row['value'] %}{{ value }}{% if loop.last and 'hint' in row %} {{ row['hint'] }}{% endif %} | {% endfor %} {% else %}{{ row['value'] }}{% if 'hint' in row %} {{ row['hint'] }}{% endif %} | {% endif %}