{% extends "base.html" %} {% block body_class %}themed-bg{% endblock %} {% block content %}

{{ dry_run|yesno:"Dry-run Preview,Import Result" }}

{{ report }}

{% if errors %}

Errors (first {{ errors|length }})

{% endif %} {% if rows %}

Preview (first {{ rows|length }})

Truncated fields shown for readability.
{% for rownum, r in rows %} {% endfor %}
# SubjectIllustrationApplicationScripture SourceTalk TitleTalk #CodeDateDate 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" }}
{% endif %}
{% endblock %}