{% extends "storyboard/base.html" %} {% load i18n %} {% load url from future %} {% block title %}{% trans "Storyboard search" %}{% endblock %} {% block content %}
{% trans "Scene id:" %}{{ search.scene_id }}
{% trans "Seconds:" %}{{ search.seconds }}
{% trans "Action:" %}{{ search.action }}
{% trans "Script:" %}{{ search.script }}
{{ search.image }}
{% trans "Search again?" %}