Skip to content

Instantly share code, notes, and snippets.

@rossriley
Created November 20, 2015 18:13
Show Gist options
  • Save rossriley/ec0de8e7e90bf295c736 to your computer and use it in GitHub Desktop.
Save rossriley/ec0de8e7e90bf295c736 to your computer and use it in GitHub Desktop.
{% for name,field in record.contenttype.fields %}
{% if field.type == 'text' %}
{{ record.get(name) }}
{% endif %}
{% endfor%}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment