Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最後の要素を除くリストの各要素の後にコンマを追加する最短の (そして最も明確な) 方法は何ですか?
{% for role in user.roles %} {{ role.name }}, {% endfor %}
この例では、最後の行を含むすべての行の後にコンマを追加します。