{% if stage == 'latex' %}

LaTeX Error

There were errors in the LaTeX produced by the template for this page.

LaTeX Output

{% for line in output %} {{ line }}
{% endfor %}

LaTeX Source

    {% for line in source %}
  1. {{ line }}
  2. {% endfor %}

LaTeX Log

    {% for line in log %}
  1. {{ line }}
  2. {% endfor %}
{% elif stage == 'bibtex' %}

BibTeX Error

There were errors in the BibTeX produced by the template for this page.

BibTeX Output

{% for line in output %} {{ line }}
{% endfor %}

BibTeX Source

    {% for line in source %}
  1. {{ line }}
  2. {% endfor %}
{% else %}

No Errors

All is well.

{% endif %}