{% extends "layout.html" %} {% block title %}{{title}}{% endblock %} {% block content %}

{{title}}

The search string was:

{% if error_message %}

It produced the error:

You might want to check your syntax using jsonlint.com. If your syntax is correct, there may be a bug; please file an issue with a copy-paste of your query.

{% else %} {% if sess %}

The matched sessions are:

{{macros.session_listing_detailed(sess)}} {% else %}

No sessions matched this search.

{% endif %} {% endif %} {% endblock %}