Skip to content

Instantly share code, notes, and snippets.

@vbmendes
Created March 24, 2010 14:20
Show Gist options
  • Save vbmendes/342321 to your computer and use it in GitHub Desktop.
Save vbmendes/342321 to your computer and use it in GitHub Desktop.
{% for evento in eventos %}
{% ifchanged %}
<h3>{{ evento.data|date:"%F/%Y" }}</h3>
{% endifchanged %}
{{ evento }}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment