{% if first and request.args.get('first') == None %}

DB is missing table.

{% endif %} {% if result == [] %}

No comics imported.

{% endif %} {% if total != covers %}

Some covers missing

{% endif %}

Total Comics: {{ total }}

{% for i in result %} {% for j in range(0,9) %} {% endfor %} {% endfor %}
{{ i[j] }}