{% extends "base.html" %} {% load navigation_tags %} {% block content %} {{ block.super }} {% load display_tags %}

Synced with "{{ sheet_title }}" sheet of Spreadsheet "{{ spreadsheet_name }}"

{{ name }}

{% if errors %}
{% include "dojo/paging_snippet.html" with page=errors page_size=True %}
{% for e in errors %} {% endfor %}
Finding ID Column Names Error
{{ e.finding_id }} {{ e.column_names }} {{ e.error }}
{% include "dojo/paging_snippet.html" with page=errors page_size=True %}
{% else %}
No Errors
{% endif %}
View Google Sheet {% endblock %}