Astuce : L'aperçu utilise vos données réelles si vous êtes connecté.
Variables globales
{% for name, info in variables %}
{% if info.properties is defined %}
{{ name }} {{ info.description|default('') }}
{% for propName, propDesc in info.properties %}
{{ '{{' }} {{ name }}.{{ propName }} {{ '}}' }}
{{ propDesc }}
{% endfor %}
{% else %}
{{ '{{' }} {{ name }} {{ '}}' }}
{{ info.description|default('') }}
{% endif %}
{% endfor %}
Syntaxe Twig
{{ '{{' }} variable {{ '}}' }}
Afficher une variable
{{ '{%' }} if {{ '%}' }}
Condition
{{ '{%' }} for {{ '%}' }}
Boucle