{% set item = child %} {% set can_process = (current_user.is_authenticated and item.get_available_processors()) %} {% set deprecated = (item.type not in processors) %} {% set is_filtered = (not deprecated and processors[item.type].is_filter()) %}
{{ processors[item.type].description if not deprecated else "This analysis module has been deprecated but you can still download the result." }}
{{ item.parameters[option] }}
{% endif %}