{% load views_extras %}
{{message}}
Name
Full
Summary
Comment
Entry Type
Username
Restore
{% for branchset in branches %} {% for branch in branchset.history.all %}
{# Each "branch" is a branch model object. #}
{{ branch.name }}
{{ branch.full }}
{{ branch.summary }}
{{ branch.comment }}
{{ branch.entrytype }}
{{ branch.username }}
{% if branch != branchset.history.all.0%}
{% csrf_token %}
{% else %} {% endif %}
{% endfor %} {% endfor %}