{% extends "admin/change_form.html" %} {% load i18n admin_modify adminmedia %} {% block extrahead %} {{ block.super }} {% endblock %} {% block content_title %}{% endblock %} {% block content %}
{% if show_traceback %} {% if has_traceback %} › View plain traceback information {% else %} Enhanced traceback is not available for this message {% endif %} {% else %} {% if has_traceback %} › View enhanced traceback information {% else %} Enhanced traceback is not available for this message {% endif %} {% endif %}
URL: {% if instance.url %}{{ instance.full_url }}{% else %}Not available{% endif %} Level: {{ instance.get_level_display }} ({{ instance.logger }}, {{ instance.logger }}:{{ instance.get_level_display }})
Server: {{ instance.server_name }} Date: {{ instance.datetime }}
{% if tb_error %}

An error occurred within DBLog while trying to render the enhanced traceback:


{{ tb_error }}
{% endif %} {% if show_traceback and has_traceback %}
{{ error_body }}
{% else %} {{ block.super }} {% endif %} {% endblock %}