{% extends "base.html" %} {% block content %}

Übersicht

{% for row in file_data %} {% endfor %}
id computer status vegetable spirit_animal operating_system check house
{{ row[0] }} {{ row[1] }} {{ row[2] }} {{ row[3] }} {{ row[4] }} {{ row[5] }} {{ row[6] }} {{ row[7] }}
{% endblock %}