{% extends "base.html" %} {% block title %}Branches — {{ project.name }} — Fossilrepo{% endblock %} {% block content %}

{{ project.name }}

{% include "fossil/_project_nav.html" %}
{% for branch in branches %} {% empty %} {% endfor %}
Branch Last Checkin By Checkins Updated
{{ branch.name }} {{ branch.last_uuid|truncatechars:10 }} {{ branch.last_user }} {{ branch.checkin_count }} {{ branch.last_checkin|timesince }} ago
{% if search %}No branches matching "{{ search }}".{% else %}No branches.{% endif %}
{% include "includes/_pagination_manual.html" %}
{% endblock %}