{% for dynamicvalue in include.dynamicvalue %} Dynamic Value {% if dynamicvalue.path.exists() %} Path: {{dynamicvalue.path}} {% endif %} {% if dynamicvalue.expression.exists() and dynamicvalue.path.exists() %} {% if dynamicvalue.path.exists() %}
{% endif %} {% if dynamicvalue.expression.language.startsWith('text/cql') %} {% assign logicDefAnchor = '#' + include.library.first().replaceMatches('.*/Library/', '').lower().replace(' ', '-') + '-' + dynamicvalue.expression.expression.lower().replace(' ', '-') %} Logic Definition: {{dynamicvalue.expression.expression}} {% endif %} {% endif %} {% endfor %}