{% extends "base/content.html" %} {% load crispy_forms_tags %} {% block title %} {% blocktrans with instance_name=form.instance.name %} Delete Ingredient {{ instance_name }} {% endblocktrans %} {% endblock %} {% block content %}
{% blocktrans %} Are you sure you want to delete this ingredient? This operation is irreversible. {% endblocktrans%}