{% extends "fiction_outlines/base.html" %} {% load i18n %} {% block head_title %}{{ storynode.name }}{% endblock %} {% block content %}

{{ storynode.name }} ({% trans storynode.get_story_element_type.display %})

{% trans "Description" %}

{{ storynode.description }}

{% trans "Characters" %}

{% trans "Locations" %}

{% trans "Arc Items" %}

{% trans "Arc items associated with this outline item." %}

{% if annotated_list %}

{% trans "Child Items" %}

{% for item, info in annotated_list %} {% if info.open %} {% endfor %} {% endfor %} {% endif %}

{% trans "Back to outline details" %}

{% endblock %}