Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 30th, 2012  |  syntax: None  |  size: 0.21 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. {% comment %}
  2.     Display the language representation of that choice instead of the numerical representation.
  3. {% endcomment %}
  4.  
  5. {% for member in object_list %}
  6.     {{ member.get_team_display|lower }}
  7. {% endfor %}