2
0

instruction.html.twig 358 B

1234567891011
  1. {% if toto.user is not empty and toto == 1 || php_sapi_name(strlen('toto'),(2 + 2) * trim('12')) === "cli not here" or toto is defined and true == (strlen('true') === 4) %}
  2. affiche moi toto
  3. {% endif %}
  4. {% if users %}
  5. <ul>
  6. {% for user in users %}
  7. <li>{{ user.username|e }}</li>
  8. {% endfor %}
  9. </ul>
  10. {% endif %}