Djangoで要素の数を数えてテンプレートに出力する
はじめに
Djangoのテンプレート内で要素を全てカウントして「全何件」のように表示したい
結論
Django の組み込みテンプレートタグ(Built-in template tags and filters)である
{{ value|length }} を使用する
例)template.html
<h3>本棚({{ books|length }})</h3>
Rubu on Rails では <%= Objects.all %> で表示できるのは知っていたが、Djangoの
組み込みタグというワードをしらないために意外と手間取った。
参考文献
組み込みフィルタリファレンス
Author And Source
この問題について(Djangoで要素の数を数えてテンプレートに出力する), 我々は、より多くの情報をここで見つけました https://qiita.com/yongjugithub/items/5a0f9f0e8e2fe9f0bf78著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .