{% extends 'generic/object.html' %} {% block content %}
Trap Profile
Name {{ object.name }}
Version {{ object.get_version_display }}
Target IP {{ object.target }}
Port {{ object.port }}
User Profile {% if object.user_profile %} {{ object.user_profile }} {% else %} {% endif %}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock %}