##// END OF EJS Templates
help: document nonempty template filter.
Martin Geisler -
r8237:1320459d default
parent child Browse files
Show More
@@ -337,6 +337,7 b' PYTHONPATH::'
337 - fill68: Any text. Wraps the text to fit in 68 columns.
337 - fill68: Any text. Wraps the text to fit in 68 columns.
338 - fill76: Any text. Wraps the text to fit in 76 columns.
338 - fill76: Any text. Wraps the text to fit in 76 columns.
339 - firstline: Any text. Returns the first line of text.
339 - firstline: Any text. Returns the first line of text.
340 - nonempty: Any text. Returns '(none)' if the string is empty.
340 - hgdate: Date. Returns the date as a pair of numbers:
341 - hgdate: Date. Returns the date as a pair of numbers:
341 "1157407993 25200" (Unix timestamp, timezone offset).
342 "1157407993 25200" (Unix timestamp, timezone offset).
342 - isodate: Date. Returns the date in ISO 8601 format.
343 - isodate: Date. Returns the date in ISO 8601 format.
General Comments 0
You need to be logged in to leave comments. Login now