{% extends "base.html" %} {% load projecttags %} {% block title %} {{object.name}} - SRTool {% endblock %} {% block pagecontent %}

Quick Info

Summary:
{{object.summary}}
URL:
{{object.url}}
Defect Priority:
{{object.get_defect_priority_text}}
Defect Status:
{{object.get_defect_status_text}}
Defect Resolution:
{{object.get_defect_resolution_text}}
Duplicate Of:
{% if object.duplicate_of %} {{object.duplicate_of}} ({{SRTOOL_DEFECT_URLBASE}}/{{object.duplicate_of}}) {% endif %}
SRTool Priority:
{{object.get_priority_text}}
SRTool Status:
{{object.get_status_text}}
SRTool Outcome:
{{object.get_outcome_text}}
Publish:
{{object.publish}}
Release Version:
{{object.release_version}}
Investigations:
{% for ji in object.defect_to_investigation.all %} {% if not forloop.first %}| {% endif %}{{ji.investigation.name}} {% endfor %}
Product:
{{object.product.long_name}}
date_created:
{{object.date_created}}
date_updated:
{{object.date_updated}}

History

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

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