{% extends 'layouts/layout_base.html' %} {% block css.custom %} {% endblock css.custom %} {% load extratags %} {% block title %}{% if edit %}{{ config.pk }} - Edit{% elif clone %}Clone Configuration{% else %}New Configuration{% endif %}{% endblock title %} {% block body_content %}
{% if edit %} Edit Configuration {% elif clone %} Clone Configuration {% else %} Create Configuration {% endif %}
{% if error_message %} {% endif %} {% if config.pk != None %}
{% else %} {% endif %} {% csrf_token %}

Provider Common Configuration













EC2 Specific Configuration











EC2 Userdata Script Line Endings







Google Compute Specific Configuration


















{% endblock body_content %}