Skip to content

Instantly share code, notes, and snippets.

@rruhlen
Created February 12, 2018 19:32
Show Gist options
  • Save rruhlen/6045b8661208a1cea6ee8135260561ab to your computer and use it in GitHub Desktop.
Save rruhlen/6045b8661208a1cea6ee8135260561ab to your computer and use it in GitHub Desktop.
loop through all email and note interactions
{% for obj in case.emails_and_notes %}
{{ obj }}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment