{% extends "maasserver/base.html" %} {% block nav-active-images %}active{% endblock %} {% block title %}Delete custom image{% endblock %} {% block page-title %}Delete custom image{% endblock %} {% block content %}

Are you sure you want to delete image "{{ image_to_delete.title }} ({{ image_to_delete.architecture }})"?

This action is permanent and can not be undone.

{% csrf_token %} Cancel

{% endblock %}