survey_is_history_back
Test whether a survey respondent may return to the previous page in a history.
The first value is the survey resource. The argument can be a previous page number or a history list whose first two entries are the current and previous page numbers.
For example:
{% if id|survey_is_history_back:history %}
<button name="back">Back</button>
{% endif %}