{% for table_column in table_columns -%} {% if table_column.id == "suggestion" %} {% else %} {% endif %} {%- endfor %} {% for table_row in table_rows -%} {% for table_column in table_columns -%} {% if table_column.need_icon == "no" %} {% if table_column.id == "suggestion" %} {% elif table_column.id == "result" %} {% else %}{% endif %} {% elif table_column.need_icon == "yes" %} {% elif table_column.need_icon == "icon_and_value"%} {% endif %} {%- endfor %} {%- endfor %}
{{ table_name }}
序号{{ table_column.name }}{{ table_column.name }}
{{ loop.index }}{{ table_row[table_column.id] }}{{ table_row[table_column.id] }}{{ table_row[table_column.id] }}
{{ table_row[table_column.id].value }}