{% extends "nomcom/nomcom_private_base.html" %} {# Copyright The IETF Trust 2017, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% block nomcom_content %} {% origin %}

Position: {{ topic }}

This topic has {{topic.feedback_set.count|default:"no"}} feedback objects associated with it.

{% if topic.feedback_set.count %}

Unless this is a topic created only for testing, deleting it is likely to be harmful. All of the feedback will also be deleted.

If you are just wanting the topic to disappear from the lists available to the community for providing feedback, instead of deleting the topic, edit the topic and change accepting_feedback to False.

If this is just a test topic, it is ok to delete it.

{% else %}

This topic is safe to delete.

{% endif %}
{% csrf_token %} {% buttons %} Cancel {% endbuttons %}
{% endblock nomcom_content %}