Filters · mod_base Reference Frontend developer Template filter Transform Number floor Round down a floating point value. Example: {{ 3.5 | floor }} Results in the integer value 3. Edit on GitHub
Filters round_significant Round a number value to a number of significant digits. The significance defaults to two digits.
Filters language_sort_localized Sort a list of language codes or map with languages on their localized name in the currently selected language. This is useful for…
Filters vsplit_in This filter splits a list in shorter lists. It splits an array in N sub-arrays of more or less equal length. This is useful when displaying…