diff --git a/web/templates/import_result.html b/web/templates/import_result.html index 931609c..6b4637a 100644 --- a/web/templates/import_result.html +++ b/web/templates/import_result.html @@ -1,58 +1,105 @@ {% extends "base.html" %} {% block body_class %}themed-bg{% endblock %} + {% block content %} -
{{ report }}
+| # | -Subject | Illustration | Application | Scripture | -Source | Talk Title | Talk # | Code | Date | Date Edited | -
|---|---|---|---|---|---|---|---|---|---|---|
| {{ rownum }} | -{{ r.Subject }} | -{{ r.Illustration }} | -{{ r.Application }} | -{{ r.Scripture }} | -{{ r.Source }} | -{{ r."Talk Title" }} | -{{ r."Talk Number" }} | -{{ r.Code }} | -{{ r.Date }} | -{{ r."Date Edited" }} | -