{% extends 'index.html' %} {% block content %}
{{actionTitle}} in {{dbConfig.name}} {% block findlinks %} {% endblock findlinks %}
{% for column, numItems in notescount %} {% endfor %}
Type Notes
{% if colName == column %} {{column|title}} {% else %} {{column|title}} {% endif %} {{numItems}}
{% if colName %}

{{colName|title}} Notes

{% for id, item in items %} {% set timestamp = (item.mtime)|round(0, 'floor') %} {% if itemId == id %} {% else %} {% endif %} {% endfor %}
Date Size Entry
{{timestamp|date('Y-m-d')}} {{item.doc|length|number_format(0, ',', '.')}} {{id}}
{% if html %} See raw

{{item.doc|raw}}

{% else %} See html
{{item.doc}}
{% endif %}
{{timestamp|date('Y-m-d')}} {{item.size|number_format(0, ',', '.')}} {{id}}
{% endif %} {% endblock content %}