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"] }} |