{% extends "storyboard/base.html" %} {% load i18n %} {% load bootstrap_toolkit %} {% load url from future %} {% block title %}{{ storyboard.title }}{% endblock %} {% block content %}
{% autoescape off %}{{ storyboard.copyright }}{% endautoescape %}
{% autoescape off %}{{ storyboard.license }}{% endautoescape %}{% if error_message %}
{{ error_message }}
{% endif %} {% trans "Update storyboard" %} {% trans "Delete storyboard" %} {% endblock %}