{% extends "admin/base_site.html" %} {% block title %}Ooooooops! Something went wrong{% endblock %} {% block extrahead %} {% endblock %} {% block content %}
{% for i in log %}{{ i }}{% endfor %}