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

{{ project.name }}

{% include "fossil/_project_nav.html" %}
← Back to Reports

{{ report.title }}

{% if report.description %}

{{ report.description }}

{% endif %}
{% if error %}

{{ error }}

{% endif %} {% if columns %}
{% for col in columns %} {% endfor %} {% for row in rows %} {% for cell in row %} {% endfor %} {% endfor %}
{{ col }}
{{ cell|default:"" }}
{{ rows|length }} row{{ rows|length|pluralize }} returned{% if rows|length >= 1000 %} (limited to 1000){% endif %}
{% elif not error %}

No results.

{% endif %} {% endblock %}