私はTwigの初心者で、ループ内の次の値に移動する方法を知りたいです
これは簡単な例です:
{% for user in users %}
<table>
<tr>
<td>
{{ user.username }}
</td>
<td>
{# here i want to print the next username in the same line of the table #}
</td>
</tr>
</table>
{% endfor %}
そして、あなたの助けに感謝します私の悪い英語で申し訳ありません