Skip to content

Instantly share code, notes, and snippets.

@1stevengrant
Created June 10, 2016 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1stevengrant/23319bc33596168a22b8e646637d4cc4 to your computer and use it in GitHub Desktop.
Save 1stevengrant/23319bc33596168a22b8e646637d4cc4 to your computer and use it in GitHub Desktop.
{% for history in order.histories %}
Status: '{{ history.newStatus }}' (previously '{{ history.prevStatus }}')
with message: '{{ history.message }}'<br>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment