{% extends "master.html" %} {% block content %}

Delete Announcement

Are you sure you want to delete the following announcement? {% if perms.comments.add_comment or perms.comment.change_comment %}
{% csrf_token %}
{{ object.comment }}
Cancel
{% else %} You do not have access to this function. {% endif %} {% endblock %}