Django テンプレートの複数形化フィルタを使用する文で is/are を定義する最良の方法は何ですか? 例えば:
<p>
Your item{{ items|length|pluralize }}
is/are
currently being processed and will ship soon.
</p>
Django テンプレートの複数形化フィルタを使用する文で is/are を定義する最良の方法は何ですか? 例えば:
<p>
Your item{{ items|length|pluralize }}
is/are
currently being processed and will ship soon.
</p>