{% extends "base.html" %} {% block content %} {% if description_html %} {% raw description_html %} {% end %}

List of Analyses

{% for a in [aa for aa in analyses if aa['show_in_index']] %} {% if a['thumbnail'] %} {% end %} {{a['title']}}{% if a['description'] %}: {{ a['description'] }}{% end %} {% end %}
{% end %} {% block databench_footer %} {% end %}