{% extends 'generic/object.html' %} {% load static %} {% load helpers %} {% load plugins %} {% block breadcrumbs %}
  • Clouds
  • {{ object.provider }}
  • {{ object }}
  • {% endblock %} {% block content %}
    Cloud
    Provider {{ object.provider }}
    Name {{ object.name }}
    Description {{ object.description }}
    {% include 'inc/custom_fields_panel.html' %} {% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='circuits:cloud_list' %} {% plugin_left_page object %}
    Comments
    {% if object.comments %} {{ object.comments|render_markdown }} {% else %} None {% endif %}
    {% plugin_right_page object %}
    {% plugin_full_width_page object %}
    {% endblock %}