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