Evaluates whether the current record is the last in the sequence being rendered. This is particularly useful for formatting output lists where a trailing character, such as a comma, is not required after the last item.
Basic usage:
{{ record.islast }}
Example:
{% if not record.islast %},{% endif %}
Leave a Reply
You must be logged in to post a comment.