{% extends 'index.html' %} {% block content %}
{{actionTitle}} for {{dbConfig.name}} {% block findlinks %} {% endblock findlinks %}
{{ include('db_header.html') }} {{ include('db_entry.html') }}

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 %}