{% 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" %}

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

{% if request.user.is_creator %} {% endif %} {% if object.investigation_to_defect.all %} {% for id in object.investigation_to_defect.all %} {% if request.user.is_creator %} {% endif %} {% endfor %} {% else %} {% endif %}
Defect Summary Priority Status Resolution Release Version URLManage
{{id.defect.name}} {{ id.defect.summary }} {{ id.defect.get_priority_text }} {{ id.defect.get_status_text }} {{ id.defect.get_defect_resolution_text }} {{ id.defect.release_version }} {{id.defect.url}}
No defects found

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

Created={{object.srt_created}} Updated={{object.srt_updated}} {% endblock %}