{% extends "base.html" %}
{% block title %}Findings{% endblock %}
{% block content %}
Things learned that are not experiment results: a data defect, a model that
changed underneath you, an incidental discovery. Recorded because they invalidate work, and
an unrecorded one invalidates it silently. {{ f.description }} Surfaced: {{ f.source }} Affects:
{% for a in f.affects_links %}
{% if a.resolved %}{{ a.label }}{% else %}{{ a.label }}{% endif %}{% if not loop.last %}, {% endif %}
{% endfor %}
Findings
{{ state | capitalize }} {{ group | length }}
{% for f in group %}
Nothing recorded yet. This file appears when something is discovered, not before.
{% endif %} {% endblock %}