{% extends "base.html" %} {% block title %}Extract data and create a new table{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Extract data and create a new table in {{ database }}

{% for field in fields %}

{% endfor %}

{% include "_extract_heic.html" %} {% include "_extract_pdf_drop.html" %} {% endblock %}