{% extends "base.html" %} {% block content %}
| Title | Owner | Readiness | Added on | |
|---|---|---|---|---|
| {{ interest.ip.title }} | {{ interest.ip.owner.username }} | {% if interest.ip.overall_score %} {{ interest.ip.overall_score|floatformat:1 }}% {% else %} Not scored {% endif %} | {{ interest.created_at|date:"Y-m-d" }} | View details |
You have not added any IPs to My Interests yet. Browse the marketplace and click “I'm Interested in this IP”.
{% endif %} {% endblock %}