{% for p in parents %}
  • {{ p.revno }}
  • {% endfor %}
  • {{ author }}
  • {% if !bugs.is_empty() %} {% for b in bugs %}
  • {{ b }}
  • {% endfor %} {% endif %} {% for f in file_changes %}
  • {{ f.kind }}: {{ f.path }}
  • {% endfor %}