{% extends "layout.html" %} {% block title %}Import Data{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}

{% if data %}

The data was extracted from the database successfully!


Below is a quick view of the data. Please click the "Download" button to download it to your computer.

{{ data | safe }} {% else %}

ERROR: No Data

{% endif %}
Go back to download or import more data.

{% endblock %}