{% extends 'base.html' %} {% load django_bootstrap_breadcrumbs %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb 'Issues' 'issues' %} {% breadcrumb object.name 'issue' object.pk %} {% endblock %} {% block content %} {{ block.super }}

Issue Details

Updated By
{{ object.updated_by }}
Last Updated On
{{ object.last_updated }}
Severity
{{ object.severity }}
Description
{{ object.description }}

Associated Objects

Associated Object Components

{% endblock %}