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

Available Technologies

{% if ips %} {% for ip in ips %} {% endfor %}
Title Owner TRL CRL
{{ ip.title }} {{ ip.owner.username }} {{ ip.trl_level_label }} {{ ip.crl_level_label }} View details
{% else %}

No published IPs are available yet.

{% endif %} {% endblock %}