{% extends "storyboard/base.html" %} {% load i18n %} {% load bootstrap_toolkit %} {% load url from future %} {% block title %}{{ storyboard.title }}{% endblock %} {% block content %}

{{ storyboard.title }}

{% autoescape off %}{{ storyboard.copyright }}{% endautoescape %}
{% autoescape off %}{{ storyboard.license }}{% endautoescape %}
{% if error_message %}

{{ error_message }}

{% endif %}

{% trans "Create scene" %}

{% trans "Display all scene" %}

{% trans "Back to storyboard selector" %}

{% trans "Update storyboard" %} {% trans "Delete storyboard" %} {% endblock %}