{% include "root_header_begin.html" %} {% include "header_jquery.html" %} {% include "root_header_end.html" %} {% include "root_sidebar_start.html" %} {% include "root_sidebar_main.html" %}
Level: {{ db_log_dict['level'] }}
Issue: {{ db_log_dict['text'] }}
Traceback: {% if db_log_dict['traceback'] is iterable %}
{% for line in db_log_dict['traceback'] %}
{{ line }}
{% endfor %}
{% else %}
{{ db_log_dict['traceback'] }}
{% endif %}
First Occurance *: {{ db_log_dict['first_occurance'] }}
Last Occurance: {{ db_log_dict['last_occurance'] }}
* Within the last 24 hours