{% if shortlog %} {% for l in shortlog %} {% endfor %}
{{ l.date }} {{ l.author|striptags }} {{ l.description|escape|truncatewords:10 }} {% if heads %}{% for h in heads.iteritems %} {% ifequal h.1 l.hash %} [{{ h.0 }}] {% endifequal %} {% endfor %}{% endif %} {% if tags %}{% for t in tags.iteritems %} {% ifequal l.hash t.1 %} [{{ t.0 }}] {% endifequal %}{% endfor %}{% endif %} {{ l.shorthash }}...
{% else %}No shortlog!{% endif %}