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

List of Analyses

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