{% extends "fiction_outlines/base.html" %} {% load i18n %} {% block head_title %}{% trans "Delete arc item: " %}{{ arc.headline }}{% endblock %} {% block content %} {% if arcnode.arc_element_type == 'mile_hook' %}

{% trans "Not allowed" %}

{% trans "You cannot delete the hook of an arc." %}

{% elif arcnode.arc_element_type == 'mile_reso' %}

{% trans "You cannot delete the resolution of an arc." %}

{% else %}

{% trans "Are you sure?" %}

{% csrf_token %}

{% trans "Are you sure you want to delete arc item " %}"{{ arcnode.headline }}" {% trans "for arc named " %}{{ arcnode.arc.name }}?

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

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