{% if processor.options[option].type == "toggle" %}
{{ processor.options[option].help }}
{% elif processor.options[option].type == "string" %}
{{ processor.options[option].help }}:
{% elif processor.options[option].type == "choice" %}
{{ processor.options[option].help }}:
{% endif %}