{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
| {% trans "Ingestion" %} | {{ object.ingestion|linkify }} |
|---|---|
| {% trans "Timestamp" %} | {{ object.timestamp }} |
| {% trans "Phase" %} | {{ object.get_phase_display }} |
| {% trans "Model" %} | {{ object.model|placeholder }} |
| {% trans "Exception" %} | {{ object.exception|placeholder }} |
{{ object.message }}
{% trans "Schema identifiers only. This is the half a support bundle carries." %}
| {{ key }} | {{ value }} |
|---|
{% trans "No diagnosis was recorded for this issue. Issues from before this release captured only the exception type." %}
{% endif %}{% trans "Shown here only. These values are removed from every downloaded bundle and log export, so quote the primary key above rather than the name when sending a bundle on." %}
| {{ key }} | {{ value }} |
|---|
| {% trans "Coalesce Fields" %} | {{ object.coalesce_fields }} |
|---|---|
| {% trans "Defaults" %} | {{ object.defaults }} |