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

Environments

Manage all of your environments here.

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

{% endblock %}