System information:

Python Verson {{ py_v }}
Catcher Verson {{ catcher_v }}

Loaded steps:

{%- for step in steps %} {%- endfor -%}
{{ step.name }} {{ step.file }}

Loaded modules:

{%- for module in modules %} {%- endfor -%}
{{ module.name }} {{ module.file }}

Loaded filters:

{%- for filter in filters %} {%- endfor -%}
{{ filter.name }} {{ filter.file }}

Loaded functions:

{%- for function in functions %} {%- endfor -%}
{{ function.name }} {{ function.file }}


Index