{% load static %}
Build a {field_path|filter:param=val} tag and insert it at the cursor.
Up to three filters can be chained.
a.b.c) or bracket notation (a[0].b).
MongoDB arrays are traversed automatically.
{"your text"|filter}. Useful to pass a fixed label through a filter
(e.g. a link label for a URL stored elsewhere).
{field} — simple value{field|upper} — with filter{field|badge:color=white,bg=primary} — filter with params{field|default:value=N/A} — fallback for empty fields{field|truncate:length=100|upper} — chained filters{nested.child.value} — nested object access{list[0].name} — array element access