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

{% trans "Are you sure?" %}

{% csrf_token %}

{% trans "Are you sure you want to delete your outline titled " %}{{ outline.title }}? {% blocktrans count storynodes=outline.storyelementnode_set.all|length %}It's mostly empty. {% plural %}This outline consists of {{ storynodes }} items. {% endblocktrans %}{% blocktrans %}There is no undo for this.{% endblocktrans %}

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

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