{% extends "base.html" %} {% load i18n %} {% block content %} {{ block.super }}

{% blocktrans %}Delete Benchmarks for {{ product }}{% endblocktrans %}

{% trans "Deleting these benchmarks will remove the benchmarks from the product and any related notes on the benchmarks." %}

{% trans "Danger Zone" %}

{% csrf_token %} {{ form }}




{% endblock %}