{% extends "base.html" %} {% block content %} {% if error %}
{{ error }}
{% endif %}
op {% for op in all_ops %} {% endfor %}
{% include "partials/oplog_rows.html" %}
ts op ns entry
{% endblock %}