{% if processor != "convert-csv" and processor != "convert-csv-excel-mac" %}
  • {# we're hardcoding this exception for now, may need to make it more dynamic if other processors should also be ignored #} {% set pid = uniqid() %} {{ processors[processor].name }} {% if processors[processor].further %} {% endif %}
  • {% endif %}