{% extends "base.html" %} {% block extraheadcontent %} {% endblock %} {% load projecttags %} {% block title %} {{object.name}} - SRTool {% endblock %} {% block pagecontent %}
{% include "srtool_metadata_include.html" with default_category="INVESTIGATION" default_url="investigation" %}

Quick Info

Product:
{{object.product.long_name}}
Vulnerability:
{{object.vulnerability.get_long_name}}
Defect:
{% for ij in object.investigation_to_defect.all %} {% if not forloop.first %}| {% endif %}{{ij.defect.name}} {% endfor %}

{% if request.user.is_creator %} Attach Defect Create Defect Detach Defect {% endif %}

Release Version:
{% for ij in object.investigation_to_defect.all %} {% if not forloop.first %}| {% endif %}{{ij.defect.release_version}} {% endfor %}

Comments {% if request.user.is_creator %} {% endif %}

{% if request.user.is_creator %} {% endif %} {% if object.investigation_comments.all %} {% for c in object.investigation_comments.all %} {% if request.user.is_creator or c.author == request.user.username %} {% endif %} {% endfor %} {% else %} {% endif %}
Comment Date AuthorManage
{{ c.comment }} {{ c.date }} {{ c.author }}
No comments found

Attachments {% if request.user.is_creator %} Add attachment ... {% endif %}

{% if object.investigation_uploads.all %} {% for u in object.investigation_uploads.all %} {% endfor %} {% else %} {% endif %}
Comment Name Size Date Author Manage
{{ u.description }} {{ u.path|basename }} {{ u.size }} {{ u.date }} {{ u.author }}
{% csrf_token %} {% if request.user.is_creator %} {% endif %}
No comments found


{% if request.user.is_creator %}

Change Notifications {% if request.user.is_creator %} {% endif %}

{% if request.user.is_creator %} {% endif %} {% if object.investigation_notification.all %} {% for u in object.investigation_notification.all %} {% if request.user.is_creator or u.user.name == request.user.username %} {% endif %} {% endfor %} {% else %} {% endif %}
User EmailManage
{{ u.user.name }} {{ u.user.email }}
No users found

User Access {% if request.user.is_creator %} {% endif %}

{% if request.user.is_creator %} {% endif %} {% if object.public %} {% endif %} {% if object.investigation_users.all %} {% for u in object.investigation_users.all %} {% if request.user.is_creator %} {% endif %} {% endfor %} {% else %} {% if not object.public %} {% endif %} {% endif %}
UserManage
All
{{ u.user.name }}
No users found
{% endif %}

History

{% if object.investigation_history.all %} {% for c in object.investigation_history.all %} {% endfor %} {% else %} {% endif %}
Comment Date Author
{{ c.comment }} {{ c.date }} {{ c.author }}
No history found
{% endblock %}