{% extends "base.html" %} {% block head %} {% end %} {% 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'] %} analysis thumbnail {% end %} {{a['title']}}{% if a['description'] %}: {{ a['description'] }}{% end %} {% end %}
{% end %} {% block footer %} {% end %}