{% extends "base.html" %} {% block title %} TBC Error Page {% endblock %} {% block content %}

TBC Error Page

Hi {{ user }}

TBC Broken Links page

{% if not context %}

There are no new errors

{% else %} {% csrf_token %} {% for errors in context %}
{% if errors.is_deliberate == 0 %} {% endfor %}
Chapters With errors Number of errors Delibrate Errors
{{ errors.chapter_name }} {{ errors.number_of_errors }} {% endif %}
{% endif %} {% endblock %}