{% extends 'cloud/cloud-image-detail-base.html' %} {% load staticfiles %} {% block scripts %} {{ block.super }} {% endblock %} {% block stylesheets %} {{ block.super }} {% endblock %} {% block detail-content %}

{% if has_update %} {% endif %} {% if has_delete %} {% endif %}
{% endblock %}