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.
ビューで数値を丸める必要があります。しかし、そこには小枝が使われています。TWIGでラウンドする方法は何ですか?
フォーマットフィルターを使用できます。
{{'%.2f' | format(10.5555)}}
ただし、10.56に丸められることに注意してください。
number_filterも使用できます