{% extends "base.html" %} {% block content %}

My Interested Technologies

{% if interests %} {% for interest in interests %} {% endfor %}
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
{% else %}

You have not added any IPs to My Interests yet. Browse the marketplace and click “I'm Interested in this IP”.

{% endif %} {% endblock %}