{% extends "bootstrap/base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block styles %} {{super()}} {% endblock %} {% block content %}

Check Database Entries


{{ wtf.quick_form(form) }}

The results are:

{% for table in tables %} {{titles[loop.index]}} {{ table|safe }} {% endfor %}

back home

{% endblock %}