{% for dynamicvalue in include.dynamicvalue %} Dynamic Value {% if dynamicvalue.path.exists() %} Path: {{dynamicvalue.path}} {% endif %} {% if dynamicvalue.expression.exists() and dynamicvalue.path.exists() %}
Expression: {{dynamicvalue.expression.expression}} {% endif %} {% endfor %}