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

Stacks

Manage all of your stacks here.

{% if has_admin %} {# Only show the button if the user has permission to see it #} Permissions {% endif %} {% if has_create %} New Stack {% endif %}
{% include 'stackdio/stubs/pager.html' with object_type='stacks' search=True %}

{% endblock %}