{% set item = subquery %} {% set can_postprocess = (current_user.is_authenticated and item.postprocessors) %}
{{ postprocessors[subquery.type].name or "(Deprecated analysis) " + subquery.type }} {% if subquery.is_finished() %} ({{ subquery.num_rows }} item{% if subquery.num_rows != 1 %}s{% endif %}, {{ postprocessors[subquery.type].extension }}) {% else %} ({{ subquery.status }}) {% endif %} {% for option in subquery.parameters %} {% if "options" in postprocessors[subquery.type] and option in postprocessors[subquery.type].options %} {% if postprocessors[subquery.type].options[option].type == "toggle" %} {% if subquery.parameters[option] %}{{ option }}{% endif %} {% else %} {{ option }}={{ subquery.parameters[option] }}{% endif %} {% endif %} {% endfor %} {% if not item.is_finished() %}
{{ postprocessors[item.type].description }}
Permanent link to this analysis result (with context)
{% if can_postprocess %}