Showing {{ len(data) }} rows {% if handler.query.get('_count') %} out of {{ count }} {% end %} {% if handler.query.get('_offset') %} starting from {{ handler.query['_offset'] }} {% end %}
{% for where in handler.query['_wheres'] or [] %} {{ where }} {% end %}
{% raw data.to_html(index=False, classes='table-right data', na_rep='') %}{{ yaml.dump(handler.kwargs, default_flow_style=False) }}