{% load views_extras %}
Name
Full
Summary
Comment
History?
{% for branch in branches %}
{# Each "branch" is a branch model object. #}
{{ branch.name }}
{{ branch.full }}
{{ branch.summary }}
{{ branch.comment }}
{% if branch.history.all.count > 1 %} {% endif %}
{% endfor %}