{% extends "base.html" %} {% load humanize %} {% block title %}{% if current_dir %}{{ current_dir }} — {% endif %}Code — {{ project.name }} — Fossilrepo{% endblock %} {% block content %}

{{ project.name }}

{% include "fossil/_project_nav.html" %}
{{ project.name }} {% for crumb in breadcrumbs %} / {% if forloop.last %} {{ crumb.name }} {% else %} {{ crumb.name }} {% endif %} {% endfor %}
{% if metadata %}
{{ metadata.checkin_count }} commit{{ metadata.checkin_count|pluralize }}
{% endif %}
{% if latest_commit %} {% endif %}
{% include "fossil/partials/file_tree.html" %}
{% if readme_html %}
README
{{ readme_html }}
{% endif %} {% endblock %}