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

{{ project.name }}

{% include "fossil/_project_nav.html" %} {% if heatmap_json and heatmap_json != "{}" %}

Contribution Activity

{% endif %}

{{ username }}

Contributor activity in {{ project.name }}

{% for commit in activity.checkins %} {% empty %}

No checkins by this user.

{% endfor %}
{% endblock %}