{# The button for this processor #} {% set processor_options = processor.get_options(dataset, current_user) %}
{# Processor header, showing title and description #}

{{ processor.title }}

{% if processor.references %}
  • {% set ref_name = processor.title %}{% set ref_refs = processor.references %}{% set ref_id = processor.type %}{% include "components/processor-references.html" %}
{% endif %} {# Processor status #} {% if processor.status %}
  • {{ processor.status}}
{% endif %} {% if not inline %}

{{ processor.description }}

{% endif %} {% if inline %} {% endif %}
{# Processor configuration #} {% if processor_options %} {% endif %}