{% extends "base.html" %} {% block title %}{{ breadcrumb.identifier }} — {{ breadcrumb.title }}{% endblock %} {% block content %}

{{ breadcrumb.identifier }}

{{ project.slug }} · {{ breadcrumb.kind }} · {{ breadcrumb.status }} · {{ breadcrumb.severity }}

Created: {{ breadcrumb.created_at.strftime('%Y-%m-%d %H:%M') if breadcrumb.created_at else '' }} · Updated: {{ breadcrumb.updated_at.strftime('%Y-%m-%d %H:%M') if breadcrumb.updated_at else '' }}

{% if breadcrumb.external_refs %}

External Refs

{{ breadcrumb.external_refs }}
{% endif %} {% if breadcrumb.diagnostic_keys %}

Diagnostic Keys

{{ breadcrumb.diagnostic_keys }}
{% endif %} {% if breadcrumb.body %}

Body

{{ breadcrumb.body }}
{% else %}

No body content.

{% endif %} {% endblock %}