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

My IP Portfolio

{# use the named URL for the new create view #} Add IP {# list_assets view passes 'ips' in the context #} {% for ip in ips %} {% empty %} {% endfor %}
Title Domain Status TRL CRL Actions
{{ ip.title }} {{ ip.domain|default:"—" }} {{ ip.get_status_display }} {{ ip.trl|default:"—" }} {{ ip.crl|default:"—" }} {# NEW detail/edit views with readiness scoring #} Open Edit
{% csrf_token %}
No IP yet. Click “Add IP”.
{% endblock %}