mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/13132] Twig: Add loops content to the root context
PHPBB3-13132
This commit is contained in:
committed by
Nicofuma
parent
70990bc86f
commit
cf39cfc593
11
tests/template/templates/loop_expressions_twig.html
Normal file
11
tests/template/templates/loop_expressions_twig.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{% for loop_inner in loop %}
|
||||
|
||||
{% if loop_inner.S_ROW_NUM is divisible by 4 %}on{% else %}off{% endif %}
|
||||
|
||||
{% endfor %}
|
||||
|
||||
{% for loop_inner in loop %}
|
||||
|
||||
{% if loop_inner.S_ROW_NUM is divisible by 3 %}on{% else %}off{% endif %}
|
||||
|
||||
{% endfor %}
|
Reference in New Issue
Block a user