{% extends MINIMAL_LOG_TEMPLATE %} {% block content %}
?show=good,error,warn
to show only some type of message,
from=1,2
to show only some sources
and ?resolved
to show already resolved messages.
{% if show_statuses or show_resolved %} Remove filters.{% endif %}
No log entries{% if show_statuses %} that match the criteria. Remove criteria?{% else %}!{% endif %}
{% else %}No unresolved log entries{% if show_statuses %} that match the criteria{% endif %}! Do you want to see resolved entries{% if show_statuses %}, or maybe remove criteria{% endif %}?
{% endif %} {% endfor %} {% if entries.paginator.count %} {% endif %} {% endblock content %}