{% extends "base.html" %} {% block title %}{{ domain_label }} Papers — Research Intelligence{% endblock %} {% block content %}
{% if available_topics %} {% endif %}
{% if scoring_incomplete is defined and scoring_incomplete %}
Scoring incomplete — some papers in this run could not be scored. Only scored papers are shown.
{% endif %}
{% include "partials/papers_results.html" %}
{% endblock %}