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