{% extends BASE_TEMPLATE %} {#{% load crispy_forms_tags %}#} {% block title %} Log {{ TITLE_SEPARATOR }} {{ block.super }} {% endblock title %} {% block content %} {% for entry in entries %} {% if entry.status == 'error' %}
No log entries{% if show %} that match the criteria. Remove criteria?{% else %}!{% endif %}
{% else %}No unresolved log entries{% if show %} that match the criteria{% endif %}! Do you want to see resolved entries{% if show %}, or maybe remove criteria{% endif %}?
{% endif %} {% endfor %} {% if entries.paginator.count %}These log entries can come from different services and websites.
You can add an entry at this page.
You can filter entries; use for example GET ?show=good,error,warn
to show only some type of message, and ?resolved
to show resolved items.
{% if show or show_resolved %} Remove filters.{% endif %}