{% extends "base.html" %}{% block content %}
Name
Flavor {% for f in flavors %}{{ f.name }}{% endfor %}
Image {% for i in images %}{{ i.name }}{% endfor %}
Network (default){% for n in networks %}{{ n.name }}{% endfor %}
Attach floating IP
Create cancel