{{ research.title or 'Untitled research' }}
{{ research.status or 'unknown' }}
{% for label, href in nav %}
{{ label }}
{% endfor %}
{% if blocking %}
{{ blocking | length }} open blocking finding{{ '' if blocking | length == 1 else 's' }}.
Results touching these may not be trustworthy.
{% for f in blocking %}
{{ f.title }}
— {{ f.description }}
{% endfor %}
{% endif %}
{% block content %}{% endblock %}