{% extends "base.html" %} {% block title %} IP Detail {% endblock %} {% block content %}

Details for {{ip.ip}}

{% with sectors=ip.sectors %} {% include "sector_widget.html" %} {% endwith %} {% with sources=ip.source obj_id=ip.id obj_type=subscription.type %} {% include "sources_listing_widget.html" %} {% endwith %} {% with releasability=ip.releasability %} {% include "releasability_list_widget.html" %} {% endwith %}
ID {{ip.id}}
Created {{ip.created}}
Analyst {{ip.analyst}}
Type {{ip.ip_type}}
Status {{ip.status}}
{% include 'details_options_widget.html' %} {% with bucket_list=ip.bucket_list %} {% include 'bucket_list_widget.html' %} {% endwith %}
{% with obj=ip obj_type=subscription.type %} {% include 'tickets_listing_widget.html' %} {% endwith %}
{% with hit=ip col=COL_IPS %} {% include "campaigns_display_widget.html" %} {% endwith %}
{% include 'relationships_listing_widget.html' %}
{% include 'objects_listing_widget.html' %}
{% include 'screenshot_widget.html' %}
{% include "comments_listing_widget.html" %}
{% with item=ip %} {% include "services_analysis_section.html" with crits_type="IP" identifier=ip.id %} {% endwith %} {% include 'services_tab_tabs_widget.html' %}
{% endblock %} {% block javascript_includes %} {% endblock %}