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

{{ outline.title }}

{% trans "Description" %}

{{ outline.description }}

{% trans "Tags: "%}

{% trans "Cast" %}

{% trans "Settings" %}

{% trans "Arcs" %}

{% trans "Back to outline list" %}

{% endblock %}