私は次のことをしています:
{% for wrapping in wrappings %} //array of strings
<input type="radio" value="{{ wrapping[:-3] }}" etc
ラッピングで最後の3文字を除いたすべての文字列を出力したいのですが、次の文字を受け取ります。
TemplateSyntaxError: Could not parse the remainder: '[:-3]' from 'wrapping[:-3]
。
何が悪いのか/これをどのように行うのか、何か考えはありますか?ありがとう、