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

Industry Partner Dashboard

IPs you have expressed interest in:

{% for interest in interests %} {% empty %} {% endfor %}
IP Title Owner Interest Date Message
{{ interest.ip.title }} {{ interest.ip.owner.username }} {{ interest.created_at|date:"Y-m-d H:i" }} {{ interest.message|default:"(No message provided)" }} View IP
You haven’t expressed interest in any IP yet.
{% endblock %}