{% extends "layouts/base.html" %} {% load i18n %} {% load ooi_extra %} {% block content %} {% translate ooi.get_ooi_type as display_type %} {% include 'header.html' %}

{% blocktranslate with primary_key=ooi.primary_key %}Delete {{ primary_key }}{% endblocktranslate %}

{% translate 'Are you sure?' %}

{% blocktranslate %}Here you can delete the {{ display_type }}.{% endblocktranslate %}

{% for key, value in props.items %} {% endfor %}
Key Value
{{ key }} {{ value }}
{% if not ooi|is_finding_type %}
{% csrf_token %}
{% translate 'Cancel' %}
{% else %}

{% translate 'Deletion not possible for types: KATFindingType and CVEFindingType' %}

{% endif %}
{% endblock %}