This page last changed on Oct 18, 2011 by jed.wheeler@involver.com.
Overview
Addition.
This filter takes two numeric arguments and returns their sum.
Attributes
This filter has no attributes.
Examples
{{ 10 | plus:2 }} # => 12
Using the plus filter to ensure the lowest value output is always "2" or higher:
<div style="z-index: {{ forloop.rindex | plus:1 }};">Some content.</div>
FAQ
This filter currently has no FAQ questions.
Related Topics
|