{% extends 'base.html' %} {% block content %}

{{ _("Delete Machine Type") }}

{{ _("Are you sure you want to delete the machine type") }} {{ machine_type.type_name }}?

{{ _("No, go back") }}
{% endblock %}