{% extends "fiction_outlines/base.html" %} {% load i18n %} {% block head_title %}{% trans "Delete outline item: " %}{{ storynode.name }}{% endblock %} {% block content %}

{% trans "Are you sure?" %}

{% csrf_token %}

{% trans "Are you sure you want to delete outline item " %}"{{ storynode.name }}" {% trans "for outline titled " %}{{ storynode.outline.title }}?

{% trans "This action will also affect the following records:" %}

{% trans "Cancel" %}
{% endblock %}