{% extends 'stackdio/page.html' %} {% block title %}Cloud Accounts{% endblock %} {% block account-class %}active{% endblock %} {% block page-content %}

Cloud Accounts

Manage all of your cloud accounts here.

{% if has_admin %} Permissions {% endif %} {% if has_create %} New Cloud Account {% endif %}
{% include 'stackdio/stubs/pager.html' with object_type='cloud accounts' search=True %}

{% endblock %}