{% extends "django_openstack/nova/base.html" %} {% load i18n %} {% block title %} - {{ project.projectname|capfirst }} Overview{% endblock %} {% block pageclass %}overview{% endblock %} {% block content %} {% include "django_openstack/_messages.html" %}

{%blocktrans%}Welcome to the {{ project.projectname|capfirst }} Overview. From here you can manage your instances, images, keys, and security groups.{%endblocktrans%}

{% trans 'To get started using the command line management tools, you can download euca2ools and use them with your x509 credentials.' %}

Project Resources

{% endblock %}