{% extends "base.html" %} {% block title %} Exceptions {% endblock %} {% block content %} {% if exceptions.count() == 0 %}
{% endif %}{% for line in exc.backtrace %} {{ line }} {% if loop.index == 5 %}
{% endif %} {% if loop.last %}
{% endif %} {% endfor %}