{% extends "base.html" %} {% block heading %} Oyster Logs {% endblock %} {% block body %}
{% if offset %} « Prev {% endif %}  
{% if next_offset %} Next » {% endif %}
{% for log in logs %} {% include "log_row.html" %} {% endfor %}
action description timestamp  
{% endblock %}