{% extends 'base.html' %} {% load django_bootstrap_breadcrumbs %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb list_display_name|title list_name %} {% breadcrumb object.name model_name object.pk %} {% endblock %} {% block content %} {{ block.super }}

{{ object.name }}

Updated By
{{ object.updated_by }}
Last Updated On
{{ object.last_updated }}
Description
{{ object.description }}
Whole Object
{{ object.whole_object }}

Issues:

{% if object.issues.count %} {% else %}

No attached issues.

{% endif %}
{% endblock %}