{% extends "storyboard/base.html" %} {% load i18n %} {% load bootstrap_toolkit %} {% load url from future %} {% block title %}{% trans "Title search" %}{% endblock %} {% block content %} {% if error_message %}
{{ error_message }}
{% endif %} {% endblock %}