{% extends "layouts/base.html" %} {% block title %} Profile {% endblock title %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
{% for machine in machines %} {% endfor %}
Select Cloud Name Type
{{ machine.name }} {{ machine.type }}
{% include "includes/footer.html" %} {% endblock content %}