TaskTable
{% for input in obj.inputs %} {% endfor %}
Product Description Mandatory Retrieval mode Margin
    {% for alt in input["Alternatives"] %}
  • {{ alt["File_Type"] }}
  • {% endfor %}
    {% for alt in input["Alternatives"] %}
  • {{ extractor.title(alt["File_Type"]) }}
  • {% endfor %}
{{ input["Mandatory"] }}
    {% for alt in input["Alternatives"] %}
  • {{ alt["Retrieval_Mode"] }}
  • {% endfor %}
    {% for alt in input["Alternatives"] %}
  • T0={{ alt["T0"] }} / T1={{ alt["T1"] }}
  • {% endfor %}