{% extends "indy_hub/base.html" %} {% load i18n %} {% block page_title %}{% trans "Delete Simulation" %}{% endblock page_title %} {% block content %}
{% trans "Confirm Deletion" %}
{% with product_type_id=simulation.blueprint_type_id|add:"-1" %} {{ simulation.blueprint_name }} {% endwith %}
{% trans "Are you sure you want to delete this simulation?" %}
{% endblock content %}