{% extends "chapters/base.html" %} {% load chapter_tags %} {% block title %}{% trans "Delete Chapter" %} - {{ chapter.get_title }}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% trans "Delete a Chapter" %}

{{ chapter.title }} - {{ chapter.get_absolute_url }}

{{ chapter.content|safe|truncatewords_html:"60" }}
{% trans "Are you sure you want to permanently delete this chapter?" %}
{% csrf_token %}
{% endblock %}