Skip to content

Instantly share code, notes, and snippets.

@monokrome
Created November 10, 2010 03:41
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 monokrome/670310 to your computer and use it in GitHub Desktop.
Save monokrome/670310 to your computer and use it in GitHub Desktop.
{% for person in people %}
{% with profile as people.get_profile %}
{{ person.username }} has {{ profile.points }} points.
{% endwith %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment