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

{{ title }} Manager

{% for x in head %} {% endfor %} {% for row in data[1:] %} {% for x in row %} {% endfor %} {% endfor %}
{{ x }}
{{ x }}
{% endblock %}