{% comment %} {% load url from future %} {% endcomment %}

Test generic expression


Parameters

Element:
LogLevel:
Symbols: Example:
$var1=hello
$var2=str=world
$i=num=666
Expr:

{% if output %}

Result

Result: {{ value }}
Infos: {% for info in infos %} {{ info }} {% endfor %}
Log: {% for l in output %} {{ l }}
{% endfor %}
CLI: {{cli_expr}}
{% endif %}