{% extends "base.html" %} {% block title %}High Predicted Readiness – IP2Market{% endblock %} {% block content %}
| Title | Owner | TRL | CRL | Readiness | Interested | Date Submitted | Actions |
|---|---|---|---|---|---|---|---|
| {{ ip.title }} | {{ ip.owner.username }} | {{ ip.trl|default:"—" }} | {{ ip.crl|default:"—" }} | {% if ip.overall_score is not None %} {{ ip.overall_score|floatformat:1 }} {% else %} — {% endif %} | {{ ip.interested_count|default:"0" }} | {{ ip.created_at|date:"Y-m-d" }} | Open |
| No high-readiness IPs yet. | |||||||