mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-07 20:32:12 +00:00
@@ -280,10 +280,13 @@ Simple mathematical operators are available, as demonstrated in the example temp
|
||||
{% add 1 3 %} <!-- Add two numbers together -->
|
||||
{% subtract 4 3 %} <!-- Subtract 3 from 4 -->
|
||||
{% multiply 1.2 3.4 %} <!-- Multiply two numbers -->
|
||||
{% divide 10 2 as division_result %} <!-- Divide 10 by 2 -->
|
||||
|
||||
<!-- Perform a calculation and store the result -->
|
||||
{% divide 10 2 as division_result %} <!-- Divide 10 by 2 -->
|
||||
|
||||
Division Result: {{ division_result }}
|
||||
|
||||
|
||||
{% endraw %}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user