{% extends 'stackdio/page.html' %} {% block title %}Snapshots{% endblock %} {% block snapshot-class %}active{% endblock %} {% block page-content %}

Snapshots

Manage all of your snapshots here.

{% if has_admin %} Permissions {% endif %} {% if has_create %} New Snapshot {% endif %}
{% include 'stackdio/stubs/pager.html' with object_type='snapshots' search=True %}
{% endblock %}