{{ data.module_human_name|unquote }} - Module Information

{{ data.module_human_name|unquote }}
{{ data.module_description }}
{{ data.module_name }}
{{ data.date_added }}
{% if not is_configured %}
The module was automatically disabled because mandatory parameters are not set.
{% endif %}
{{ data.module_version }}
{{ data.interface_version }}
{{ data.is_active }}
{{ data.has_pipeline }}

{% for id in config %} {% endfor %}
Section Parameter Value Mandatory
{{ id["section"] or "Main" }} {% if (id['param_name'] in missing_params) %} {% endif %} {{ id["param_human_name"] }} {% if id["value"] is not none %}{% if id["type"] != "sensitive_string" %} {% if id["value"] is string %}{{ id["value"][0:20] }}{% else %}{{id["value"]}}{% endif %} {% else %} *************** {% endif %}{% endif %} {{ id["mandatory"] }}
{% if is_configured and not data.is_active %} {% elif is_configured and data.is_active %} {% endif %}
Import module configuration from file

Select a configuration file to upload. Existing configuration for this module will be overwritten.