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

Training runs

{% for id, comment, user in data %} {% endfor %}
Id Comment User Remove
{{ id }} {{ comment }} {{ user }} Remove
{% endblock %}