{% extends "ui/_layout.html" %} {% from "ui/_table_macros.html" import sort_header, pagination_inline, filter_form with context %} {% block title %}Misses - withcache{% endblock %} {% block subnav %} {% endblock %} {% block intro %}
| Action | ||||
|---|---|---|---|---|
| {{ r['url'] }} | {{ r['count'] }} | {{ r['first_seen'] }} | {{ r['last_seen'] }} | |
{% if q %}
No misses match {{ q }}.
{% else %}
No recorded misses yet.
{% endif %}
| ||||