{% extends 'index.html' %} {% block content %}
Stats Updated: {{statsUpdated}}
{% if not cacheName %} Cache Statistics {% else %} Cache Statistics {% endif %} (for all databases)
Stats Updated: {{cacheUpdated}}
{% if cacheEntry %}Cache Entry {{cacheEntry}}
{% if not raw %} See raw {% else %} See parsed {% endif %}{{entry|raw}}{% endif %} {% if entries %} {{ include('entries.html') }} {% endif %} {% endblock content %}