List of player team appearances from 2018/19 season - Python Flask MySQL app

{% with messages = get_flashed_messages() %} {% if messages %}

{% endif %} {% endwith %}

Home {%- for column in columns %} {%- endfor %} {%- for row in rows %} {%- for column in columns %} {%- endfor %} {%- endfor %}
{{ column['Field'] }}
{{ row[column['Field']] }}
Home