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

Stats Updated: {{statsUpdated}}

Callbacks Defined

    {% for key, info in callbacks %}
  1. {{key}}: {{info.0|class_name}}::{{info.1}}()
  2. {% endfor %}

{% if not cacheName %} Select Cache {% else %} Select Cache {% endif %} (for this database)

Stats Updated: {{cacheUpdated}}

{% if messages %}

Messages

{% endif %} {% if errors %}

Errors

{% endif %} {% if counters %}

Counters

{% endif %} {% endblock content %}