{% extends "base.html" %} {% block title %}thesis · {{ project_key }} · watchmen{% endblock %} {% block content %}
dashboard / {{ project_key }} /

Thesis archive

{{ days|length }} day{{ "" if days|length == 1 else "s" }} of analysis
{% if days %}
Daily snapshots (each builds on the prior)
{% for d in days %} {{ d.day }} ({{ "%.1f"|format(d.size/1024) }}K) {% endfor %}
{% endif %} {% if running_html %}

Latest running thesis (_running.md)

{{ running_html|safe }}
{% else %}
No thesis generated yet. Run watchmen analyze {{ project_key }}.
{% endif %} {% endblock %}