Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
typeflat
separatorpipe

currency

...

The currency filter formats a number as a monetary amount. It takes the optional, symbol parameter, whose default value is $.

...

{{ issue.fields.labels | last }} returns the last label of the issue.

percent

...

The percent filter formats a number as a percentage. It takes the optional, decimals parameter, whose default value is 0.

...