2020-01-09 19:13:24 +01:00
|
|
|
{% extends "base.html" %}
|
|
|
|
{% import 'bootstrap/wtf.html' as wtf %}
|
|
|
|
|
|
|
|
{% block app_content %}
|
2020-01-09 20:56:17 +01:00
|
|
|
<h1>Table</h1>
|
|
|
|
{{ table|safe }}
|
2020-01-09 22:30:00 +01:00
|
|
|
<p><a href="{{ url_for('table_selection') }}">Back</a></p>
|
2020-01-09 19:13:24 +01:00
|
|
|
{% endblock %}
|