{% extends "forum/post_list.html" %} {% load crispy_forms_tags %} {% block head %} {% endblock %} {% block title %} Delete Topic {% endblock title %} {% load django_bootstrap_breadcrumbs %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb "Delete" "forum:topic_delete" topic.slug %} {% endblock breadcrumbs %} {% block content %} {% render_breadcrumbs %}

Delete {{ tribe }}

Are you sure you want to delete "{{ object }}"? {% if object.post.count %} You'll be deleting {{ object.post_set.count }} posts and {{ object.reply_set.count }} replies! {% endif %}

{% endblock content %}