mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-23 11:28:33 +01:00
11 lines
233 B
HTML
11 lines
233 B
HTML
top-level content
|
|
{% for outer_inner in outer %}
|
|
outer {{ outer_inner.VARIABLE }}
|
|
{% for inner in outer_inner.inner %}
|
|
inner {{ inner.VARIABLE }}
|
|
{% if inner.S_FIRST_ROW %}
|
|
first row
|
|
{% endif %}
|
|
{% endfor %}
|
|
{% endfor %}
|