{% for group in product.walk() %} {% if group.has_parameters() %}
{{group.path}}
{% for param in group.parameters %} {% endfor %}
Name Description Value
{{ param.name }} {{ param.description }} {{ param.get('value', '') }}
{% endif %} {% endfor %} {% if kwargs["mode"] == kwargs["DisplayMode"].dev %}
Code generated with {{ self }} applied on {{ product }}
{% endif %}