{% extends "base.html" %} {% block title %}High Predicted Readiness – IP2Market{% endblock %} {% block content %}

{{ page_title|default:"High Predicted Readiness IPs" }}

← Back to TTO Dashboard
{% for ip in ip_list %} {% empty %} {% endfor %}
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.
{% endblock %}