{% load views_extras %}
Name
Full
Summary
Comment
entry type
username
{# Each "branch" is a branch model object. #}
{{ branch.name }}
{{ branch.full }}
{{ branch.summary }}
{{ branch.comment }}
{{ branch.entrytype }}
{{ branch.username }}
{% if form%}
{% csrf_token %} {{form}}
{% endif %}